diff --git a/build/ci/jenkins/PR.groovy b/build/ci/jenkins/PR.groovy index bac3699645..c75debbe0b 100644 --- a/build/ci/jenkins/PR.groovy +++ b/build/ci/jenkins/PR.groovy @@ -51,7 +51,7 @@ pipeline { sh 'printenv' def date = sh(returnStdout: true, script: 'date +%Y%m%d').trim() def gitShortCommit = sh(returnStdout: true, script: 'git rev-parse --short HEAD').trim() - imageTag="${env.BRANCH_NAME}-${date}-${gitShortCommit}" + imageTag="${env.BRANCH_NAME}-${date}-${gitShortCommit}" withCredentials([usernamePassword(credentialsId: "${env.CI_DOCKER_CREDENTIAL_ID}", usernameVariable: 'CI_REGISTRY_USERNAME', passwordVariable: 'CI_REGISTRY_PASSWORD')]){ sh """ TAG="${imageTag}" \