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 2 additions and 2 deletions
Showing only changes of commit abe668b19e - Show all commits

4
Jenkinsfile vendored
View File

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