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=7f40f740ca504565fdef1e7f050be5bb4ad70fc5;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 7b5612e9c..322efa43a 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 38712ae2a..d740404ff 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'