Explorar o código

修复admin部署

修复admin部署
zhiqiang.yu hai 1 mes
pai
achega
29ceb0b863
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      poyee-admin/DEV/Jenkinsfile

+ 1 - 1
poyee-admin/DEV/Jenkinsfile

@@ -43,7 +43,7 @@ EOF
         String[] K8S_BACKUPS = []
 
         if ("upgrade" == action || "upgrade:selected" == action) {
-
+            def stages = load "./sharedLibs/stages.k8s.groovy"
             def base_branch = actionParameter.tokenize('/')[2]
             stages.upgrade(CONFIG, base_branch, K8S_BACKUPS, [
                 'GENERATEDOCKERFILE': generateDockerFile,