From 9b7f7cf00c2292ae1dfc36bbe66de2d2eba42d43 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 19 Jul 2024 13:53:32 +0200 Subject: [PATCH] try --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7e5a3ccac..5aa91e725 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -92,7 +92,7 @@ pipeline { stage('Push image') { 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 tag $IMAGE:$TAG $IMAGE:$BRANCH_NAME' // sh 'docker push $IMAGE:$BRANCH_NAME' }