osmith submitted this change.
jobs/repo-install-test: add email parameter
Change-Id: Ief7a800b5bc478adec03db52335965ed0cfa86ae
---
M jobs/repo-install-test.yml
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/jobs/repo-install-test.yml b/jobs/repo-install-test.yml
index 0891e24..01ed548 100644
--- a/jobs/repo-install-test.yml
+++ b/jobs/repo-install-test.yml
@@ -37,6 +37,10 @@
description: |
osmo-ci.git branch
default: 'master'
+ - string:
+ name: EMAIL_NOTIFICATIONS
+ description: For failed build notifications, set to empty to disable
+ default: 'jenkins-notifications@lists.osmocom.org'
axes:
- axis:
type: slave
@@ -63,6 +67,6 @@
publishers:
- email:
notify-every-unstable-build: true
- recipients: 'jenkins-notifications@lists.osmocom.org'
+ recipients: '$EMAIL_NOTIFICATIONS'
# vim: expandtab tabstop=2 shiftwidth=2
To view, visit change 40655. To unsubscribe, or for help writing mail filters, visit settings.