This commit is contained in:
parent
b77cc6a360
commit
24a9943b0c
|
@ -95,12 +95,11 @@ pipeline {
|
|||
stage('Push image') {
|
||||
environment {
|
||||
CREDENTIALS = credentials('docker-registry')
|
||||
IMAGE = "$REGISTRY/verdnatura/salix-back"
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
def packageJson = readJSON file: 'package.json'
|
||||
env.VERSION = "${packageJson.version}-try"
|
||||
env.VERSION = "e2e-try"
|
||||
}
|
||||
sh 'docker-compose build back'
|
||||
sh 'docker images'
|
||||
|
|
Loading…
Reference in New Issue