Explorar o código

Merge branch 'fix/jenkinsfile_clear_deploy' into 'develop'

Merge of fix/jenkinsfile_clear_deploy to develop 增加clear_deploy,重新部署不删除原来的数据和配置

See merge request o2oa/o2oa!388
胡起 %!s(int64=5) %!d(string=hai) anos
pai
achega
966571a7d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -11,7 +11,7 @@ pipeline {
         stage('init') {
             steps {
                 sh 'npm install'
-                sh 'npm run clear'
+                sh 'npm run clear_deploy'
             }
         }
         stage('dependency') {