Browse Source

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 years ago
parent
commit
252e3dfcee
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -41,7 +41,7 @@ pipeline {
         }
       }
     }
-    stage("Pull PKI repo") {
+*/    stage("Pull PKI repo") {
       steps {
         withCredentials([sshUserPrivateKey(credentialsId: 'provision', keyFileVariable: 'GIT_SSH_KEY', passphraseVariable: '', usernameVariable: 'GIT_SSH_USERNAME')]) {
           sh '''GIT_SSH_COMMAND='ssh -i ${GIT_SSH_KEY} -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' \
@@ -63,7 +63,7 @@ pipeline {
              '''
       }
     }
-    stage("Build") {
+/*    stage("Build") {
       steps {
         echo "Building ${DOCKER_IMAGE}:${SERIAL}."
         sh """docker build --no-cache -t ${DOCKER_IMAGE}:${SERIAL} .