Explorar o código

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

huqi %!s(int64=5) %!d(string=hai) anos
pai
achega
4cb74fc31b
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') {