This commit is contained in:
parent
3b5c944336
commit
b77cc6a360
|
@ -100,7 +100,7 @@ pipeline {
|
|||
steps {
|
||||
script {
|
||||
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 images'
|
||||
|
|
Loading…
Reference in New Issue