Renamed the Build Step
This commit is contained in:
parent
3f85d8a1bd
commit
36124b47cc
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -23,7 +23,7 @@ pipeline {
|
||||
// }
|
||||
// }
|
||||
|
||||
stage('Build') {
|
||||
stage('Build Angular') {
|
||||
steps {
|
||||
sh 'npm run ng build --prod --aot --sm --progress=false'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user