From 95a8a609e57c827890f8e0cd096f53ad876591a0 Mon Sep 17 00:00:00 2001 From: Felix Reichenbach <felix.reichenbach@mgm-tp.com> Date: Thu, 16 Jan 2025 13:49:37 +0100 Subject: [PATCH] fix image tag --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 74af965187..721a76bd7c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' -- GitLab