소스 검색

Update Jenkinsfile

guizhong 6 년 전
부모
커밋
b91ec65383
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      Jenkinsfile

+ 0 - 3
Jenkinsfile

@@ -71,9 +71,6 @@ podTemplate(name: label , cloud: 'kubernetes',
                 sh 'docker --config /etc/docker rmi ${JNLP_HUB}/${JNLP_ENV}/${JNLP_IMAGE}:${JNLP_TAG} --force'
           }
         }
-        stage('Pre Deploy') {
-                input "Are you sure deploy to kubernetes ?"
-        }
         stage('Deploy') {
           container('kubectl') {
               // -b 生成部署时的配置文件