From e1aa251c55a9ecb4bab6cd9641476831c56b5a05 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 19 Jul 2024 14:06:10 +0200 Subject: [PATCH] test --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index ec47d581d..bfb1ea0b6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -94,6 +94,7 @@ pipeline { CREDENTIALS = credentials('docker-registry') } steps { + sh 'docker-compose build --build-arg BUILD_ID=$BUILD_ID --parallel' sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY' sh 'docker push $IMAGE:$BRANCH_NAME' }