Browse Source

Обновить 'Jenkinsfile_keygen'

Vladimir Tomishinets 6 years ago
parent
commit
ec18b30126
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile_keygen

+ 1 - 1
Jenkinsfile_keygen

@@ -80,7 +80,7 @@ pipeline {
               COMMAND ="revoke.sh"
               break
           }
-          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