From ca83a60a36e3f71d182c01b3669cf48461e0380d Mon Sep 17 00:00:00 2001 From: Bastian <bastian.heppener@mgm-tp.com> Date: Mon, 24 Feb 2025 11:18:57 +0100 Subject: [PATCH] ozg-7493 use ozgcloud-libs --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1b9ca24..186f623 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ * Die sprachspezifischen Genehmigungen und Beschränkungen * unter der Lizenz sind dem Lizenztext zu entnehmen. */ -@Library('shared-libs') _ +@Library('ozgcloud-libs') _ pipeline { agent { @@ -31,7 +31,7 @@ pipeline { } environment { - JENKINS_URL = "https://jenkins.infra.ozg-cloud.systems/job/codeSH_operator/job/${env.BRANCH_NAME}/${env.BUILD_NUMBER}/" + PIPELINE_NAME = "Code-SH: operator" RELEASE_REGEX = /\d+.\d+.\d+/ SNAPSHOT_REGEX = /\d+.\d+.\d+-SNAPSHOT/ FAILED_STAGE = "" @@ -213,7 +213,7 @@ pipeline { post { failure { script { - sendMatrixMessage.sendFailureMessage("Operator: Build Failed. Stage: ${FAILED_STAGE} Build-ID: <a href='${JENKINS_URL}'>${env.BUILD_NUMBER}</a>") + sendMatrixMessage.sendFailureMessage(FAILED_STAGE) } } } -- GitLab