Selaa lähdekoodia

Merge branch 'fix/jenkinsfile_clear_deploy' into 'develop'

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

See merge request o2oa/o2oa!388
胡起 5 vuotta sitten
vanhempi
commit
966571a7d8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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