Quellcode durchsuchen

Update Jenkinsfile

guizhong vor 6 Jahren
Ursprung
Commit
35a85c5e64
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -83,7 +83,7 @@ podTemplate(name: label , cloud: 'kubernetes',
               // -c 检查服务部署状态
               sh 'python ppctl.py -c'
               // -d 执行域名解析
-              sh 'python ppctl.py -d'
+              //sh 'python ppctl.py -d'
           }
         }
     }