Update insurance/Jenkinsfile.InsuranceFe
This commit is contained in:
@@ -63,7 +63,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
sh "npm install"
|
||||
sh "npm run build --configuration production"
|
||||
sh "npm run build -- --configuration production"
|
||||
|
||||
def dockerImage = "hzwnrw/dev:insurance-frontend-${env.NEW_VERSION}"
|
||||
sh "docker build -t ${dockerImage} ."
|
||||
|
||||
Reference in New Issue
Block a user