diff --git a/Jenkinsfile b/Jenkinsfile index c8c99821b..c3f2aa3e3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -96,7 +96,7 @@ pipeline { } steps { // sh 'docker-compose build --build-arg BUILD_ID=$BUILD_ID --parallel' - sh 'docker login --username $CREDS_USR --password $CREDS_PSW $REGISTRY' + sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY' sh 'docker push $IMAGE:$BRANCH_NAME' } }