From c70371253880f2243d1800683bd0518dd0081fd9 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 5 Jul 2022 11:54:35 +0200 Subject: [PATCH] ozg-2586 fix jenkinsfile --- Jenkinsfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5acdf4c5b7..7c09aa2b53 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,3 @@ -def FAILED_STAGE -def IMAGE_TAG -def VERSION -def E2E_FAILED - pipeline { agent { node { @@ -14,6 +9,10 @@ pipeline { BLUE_OCEAN_URL = "https://jenkins.ozg-sh.de/blue/organizations/jenkins/goofy/detail/${env.BRANCH_NAME}/${env.BUILD_NUMBER}/pipeline" RELEASE_REGEX = /\d+.\d+.\d+/ SNAPSHOT_REGEX = /\d+.\d+.\d+-SNAPSHOT/ + FAILED_STAGE = "" + IMAGE_TAG = "" + VERSION = "" + E2E_FAILED = "" } options { -- GitLab