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 b77cc6a360 - Show all commits

2
Jenkinsfile vendored
View File

@ -100,7 +100,7 @@ pipeline {
steps { steps {
script { script {
def packageJson = readJSON file: 'package.json' def packageJson = readJSON file: 'package.json'
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}a" env.VERSION = "${packageJson.version}-try"
} }
sh 'docker-compose build back' sh 'docker-compose build back'
sh 'docker images' sh 'docker images'