From b1dcfc53a5993430e98c2218bd5bc00895206d68 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 23 Jul 2024 10:57:14 +0200
Subject: [PATCH] Adjust Matrix room

---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6de18ee..9dcc57c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -362,10 +362,10 @@ Void sendFailureMessage() {
                     href='${BLUE_OCEAN_URL}'>${env.BUILD_NUMBER}</a>"}"""
        
     if (env.BRANCH_NAME == 'main') {
-        room = "!iQPAvQIiRwRpNOszjw:matrix.ozg-sh.de"
+        room = "!GjqhmouBtnDbwUkAjx:matrix.ozg-sh.de"
     }
     else if (env.BRANCH_NAME == 'release') {
-        room = "!oWZpUGTFsxkJIYNfYg:matrix.ozg-sh.de"
+        room = "!GDensDhSaOmnenOBAu:matrix.ozg-sh.de"
     }
 
     sh "curl -XPOST -H 'authorization: Bearer ${getElementAccessToken()}' -d '${data}' https://matrix.ozg-sh.de/_matrix/client/v3/rooms/$room/send/m.room.message"
-- 
GitLab