fix: add npm install step before building Angular
Some checks failed
bangararaju.kottedi.in/admin/admin-uat-new/pipeline/head There was a failure building this commit
Some checks failed
bangararaju.kottedi.in/admin/admin-uat-new/pipeline/head There was a failure building this commit
This commit is contained in:
parent
1bec713692
commit
06a64fa018
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -32,6 +32,7 @@ pipeline {
|
||||
stage('Build Angular') {
|
||||
steps {
|
||||
sh '''
|
||||
npm install
|
||||
ng build --configuration production --base-href /admin/
|
||||
'''
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user