Jenkinsfile 提交

This commit is contained in:
weir 2021-07-25 11:38:18 +08:00
parent 919eca95f9
commit b5695494c2

View File

@ -25,7 +25,7 @@ pipeline {
stage('构建') { stage('构建') {
steps { steps {
sh 'cnpm --prefix '+ "${env.APP_NAME}" +' install' sh 'cnpm --prefix '+ "${env.APP_NAME}" +' install'
sh 'cnpm --prefix '+ "${env.APP_NAME}" +' run build:demo1024' sh 'cnpm --prefix '+ "${env.APP_NAME}" +' run build:prod'
} }
} }