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 0 deletions
Showing only changes of commit dfdf9aa2ca - Show all commits

2
Jenkinsfile vendored
View File

@ -95,6 +95,8 @@ pipeline {
stage('Push image') {
environment {
CREDENTIALS = credentials('docker-registry')
E2E_VERSION = "e2e-try"
IMAGE = "$REGISTRY/verdnatura/salix-back:$E2E_VERSION"
}
steps {
script {