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
Loading
......@@ -37,6 +37,7 @@ pipeline {
FORCE_COLOR = 0
NO_COLOR = 1
NX_DISABLE_DB = true
IMAGE_TAG = buildVersionName()
}
options {
......@@ -91,7 +92,6 @@ pipeline {
steps {
script {
FAILED_STAGE=env.STAGE_NAME
IMAGE_TAG = buildVersionName()
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh 'mvn --version'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment