Ver Fonte

Обновить 'Jenkinsfile_genkey'

Vladimir Tomishinets há 7 anos atrás
pai
commit
3970922bab
1 ficheiros alterados com 1 adições e 1 exclusões
  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 \