From abe668b19e6ed709ac651fe9f57e084def53c050 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 19 Jul 2024 14:16:28 +0200 Subject: [PATCH] build --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c3f2aa3e3..6ee9f4f85 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -95,8 +95,8 @@ pipeline { IMAGE = "$REGISTRY/verdnatura/salix-back" } steps { - // sh 'docker-compose build --build-arg BUILD_ID=$BUILD_ID --parallel' - sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY' + sh 'docker-compose build back' + sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY' sh 'docker push $IMAGE:$BRANCH_NAME' } }