Browse Source

Обновить 'Jenkinsfile_genkey'

Vladimir Tomishinets 7 years ago
parent
commit
3970922bab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile_genkey

+ 1 - 1
Jenkinsfile_genkey

@@ -58,7 +58,7 @@ pipeline {
           if (currentBuild.result == 'ABORTED') {
             return
           }
-          echo "Running ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:latest."
+          echo "Running ${DOCKER_REGISTRY}/iru/${DOCKER_IMAGE}:latest."
           withCredentials([sshUserPrivateKey(credentialsId: 'provision', keyFileVariable: 'GIT_SSH_KEY', passphraseVariable: '', usernameVariable: 'GIT_SSH_USERNAME')]) {
             sh '''set +x
                   docker pull ${DOCKER_REGISTRY}/iru/${DOCKER_IMAGE}:latest \