WIP: feat: jenkins push docker imagen by branch #2763

Draft
alexm wants to merge 53 commits from 6695-docker_push into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7ff2efe6f7 - Show all commits

2
Jenkinsfile vendored
View File

@ -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'
}