Add EST MS Teams Notifications for Rebase Jobs
[infra/cicd.git] / jjb / global / jjb-macros.yaml
index efc6a50fa9e1215d2a5357fd55f1d626f9db765e..bebfd0daff0d4ba48b03adefa2bbddafea34efa2 100644 (file)
     publishers:
       - slack:
           room: '{slack-channel}'
-          team-domain: 'estech-group'
           notify-start: '{notify-start}'
           notify-success: '{notify-success}'
           notify-failure: '{notify-failure}'
           num-to-keep: 100
           artifact-days-to-keep: 30
           artifact-num-to-keep: 100
+
+- property:
+    name: est-ms-teams-rebase-jobs-webhook
+    properties:
+      - office-365-connector:
+            webhooks:
+              - url: "${EST_MS_TEAMS_NORDIX_REBASE_JOBS_WEBHOOK}"
+                name: full
+                start-notification: true
+                notify-success: true
+                notify-aborted: true
+                notify-not-built: true
+                notify-unstable: true
+                notify-failure: true
+                notify-back-to-normal: true
+                notify-repeated-failure: true
+