From fb25f67d37e1ba22866be399e7d989feb045949e Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 19 Jul 2024 13:50:49 +0200 Subject: [PATCH] test --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6dce0ec977..7e5a3ccac3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -91,9 +91,9 @@ pipeline { } stage('Push image') { steps { - sh 'docker-compose build --build-arg BUILD_ID=$BUILD_ID --parallel' + // sh 'docker-compose build --build-arg BUILD_ID=$BUILD_ID --parallel' sh 'docker login --username $CREDS_USR --password $CREDS_PSW $REGISTRY' - // sh 'docker tag $IMAGE:$TAG $IMAGE:$BRANCH_NAME' + sh 'docker tag $IMAGE:$TAG $IMAGE:$BRANCH_NAME' // sh 'docker push $IMAGE:$BRANCH_NAME' } }