Renamed the Build Step
gitea_dndsources/schedulord-frontend/pipeline/head This commit looks good Details
Schedulord/schedulord-frontend/pipeline/head This commit looks good Details

This commit is contained in:
Jesse James Isler 2022-06-09 14:32:55 +02:00
parent 3f85d8a1bd
commit 36124b47cc
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
// }
// }
stage('Build') {
stage('Build Angular') {
steps {
sh 'npm run ng build --prod --aot --sm --progress=false'
}