This commit is contained in:
parent
3b5c944336
commit
b77cc6a360
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue