From: Fatih Degirmenci Date: Thu, 31 Jan 2019 17:49:17 +0000 (+0100) Subject: Enable slack notifications for push and rebase jobs X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F309%2F1;p=infra%2Fcicd.git Enable slack notifications for push and rebase jobs Change-Id: Ib20225ffff100b330819c24dc40a4176f917e819 --- diff --git a/jjb/global/global-templates-push-upstream.yaml b/jjb/global/global-templates-push-upstream.yaml index 7b5612e9..322efa43 100644 --- a/jjb/global/global-templates-push-upstream.yaml +++ b/jjb/global/global-templates-push-upstream.yaml @@ -32,3 +32,7 @@ builders: - shell: !include-raw-escape: ./push-upstream-jobs.sh + + publishers: + - notify-slack: + slack-channel: '#infra' diff --git a/jjb/global/global-templates-rebase.yaml b/jjb/global/global-templates-rebase.yaml index 38712ae2..d740404f 100644 --- a/jjb/global/global-templates-rebase.yaml +++ b/jjb/global/global-templates-rebase.yaml @@ -36,3 +36,7 @@ builders: - shell: !include-raw-escape: ./rebase-jobs.sh + + publishers: + - notify-slack: + slack-channel: '#infra'