diff --git a/Jenkinsfile b/Jenkinsfile index bb238ee048..afd1018bdd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'