Explorar el Código

增加clear_deploy,重新部署不删除原来的数据和配置

huqi hace 5 años
padre
commit
4cb74fc31b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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') {