From 7ff2efe6f77a696268ecf883facb4105c6e201c1 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 19 Jul 2024 14:13:09 +0200 Subject: [PATCH] test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dadeb5b00..c8c99821b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -95,7 +95,7 @@ pipeline { IMAGE = "$REGISTRY/verdnatura/salix-back" } 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 push $IMAGE:$BRANCH_NAME' }