Skip to content
Snippets Groups Projects
Commit 95a8a609 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

fix image tag

parent 7ba441ad
No related branches found
No related tags found
1 merge request!6fix image tag
...@@ -37,6 +37,7 @@ pipeline { ...@@ -37,6 +37,7 @@ pipeline {
FORCE_COLOR = 0 FORCE_COLOR = 0
NO_COLOR = 1 NO_COLOR = 1
NX_DISABLE_DB = true NX_DISABLE_DB = true
IMAGE_TAG = buildVersionName()
} }
options { options {
...@@ -91,7 +92,6 @@ pipeline { ...@@ -91,7 +92,6 @@ pipeline {
steps { steps {
script { script {
FAILED_STAGE=env.STAGE_NAME FAILED_STAGE=env.STAGE_NAME
IMAGE_TAG = buildVersionName()
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) { configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh 'mvn --version' sh 'mvn --version'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment