osmith submitted this change.

View Change

Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
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.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I4e9b2f474bfd3b5eb235e46475cef54e3fc17aec
Gerrit-Change-Number: 40886
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>