osmith submitted this change.
jobs/osmocom-obs-sync: add email parameter
Change-Id: I4e9b2f474bfd3b5eb235e46475cef54e3fc17aec
---
M jobs/osmocom-obs-sync.yml
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/jobs/osmocom-obs-sync.yml b/jobs/osmocom-obs-sync.yml
index 399f7ff..ade61b1 100644
--- a/jobs/osmocom-obs-sync.yml
+++ b/jobs/osmocom-obs-sync.yml
@@ -17,6 +17,10 @@
name: CI_BRANCH
description: osmo-ci.git branch
default: 'master'
+ - string:
+ name: EMAIL_NOTIFICATIONS
+ description: For failed job notifications, set to empty to disable
+ default: 'jenkins-notifications@lists.osmocom.org'
scm:
- git:
branches:
@@ -52,4 +56,4 @@
publishers:
- email:
notify-every-unstable-build: true
- recipients: 'jenkins-notifications@lists.osmocom.org'
+ recipients: '$EMAIL_NOTIFICATIONS'
To view, visit change 40886. To unsubscribe, or for help writing mail filters, visit settings.