소스 검색

Update Jenkinsfile

guizhong 6 년 전
부모
커밋
35a85c5e64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'
           }
         }
     }