Explorar el Código

Обновить 'Jenkinsfile_genkey'

Vladimir Tomishinets hace 7 años
padre
commit
3970922bab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 \