Merge of fix/jenkinsfile_clear_deploy to develop 增加clear_deploy,重新部署不删除原来的数据和配置 See merge request o2oa/o2oa!388
@@ -11,7 +11,7 @@ pipeline {
stage('init') {
steps {
sh 'npm install'
- sh 'npm run clear'
+ sh 'npm run clear_deploy'
}
stage('dependency') {