瀏覽代碼

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

huqi 5 年之前
父節點
當前提交
4cb74fc31b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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') {