Forráskód Böngészése

Update Jenkinsfile

guizhong 6 éve
szülő
commit
35a85c5e64
1 módosított fájl, 1 hozzáadás és 1 törlés
  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'
           }
         }
     }