diff --git a/Jenkinsfile b/Jenkinsfile index bfb1ea0b6..395a6cbda 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -94,9 +94,8 @@ 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' + sh 'docker push salix-back:$BRANCH_NAME' } } }