From f2e41e78529c5d44b860a0a59b3366bb1adb5d16 Mon Sep 17 00:00:00 2001
From: OZG-Cloud Team <noreply@ozg-sh.de>
Date: Tue, 23 Jul 2024 12:05:56 +0200
Subject: [PATCH] Adjust Matrix room

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 688a2c60..258cfa24 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -277,7 +277,7 @@ Void sendFailureMessage() {
                     "formatted_body":"Eingang-Manager: Build Failed. Stage: ${FAILED_STAGE} Build-ID: <a href='${BLUE_OCEAN_URL}'>${env.BUILD_NUMBER}</a>"}"""
        
     if (env.BRANCH_NAME == 'master') {
-        room = "!iQPAvQIiRwRpNOszjw:matrix.ozg-sh.de"
+        room = "!GjqhmouBtnDbwUkAjx:matrix.ozg-sh.de"
     }
     else if (env.BRANCH_NAME == 'release') {
         room = "!oWZpUGTFsxkJIYNfYg:matrix.ozg-sh.de"
-- 
GitLab