osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/40886?usp=email
)
Change subject: jobs/osmocom-obs-sync: add email parameter
......................................................................
jobs/osmocom-obs-sync: add email parameter
Change-Id: I4e9b2f474bfd3b5eb235e46475cef54e3fc17aec
---
M jobs/osmocom-obs-sync.yml
1 file changed, 5 insertions(+), 1 deletion(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
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(a)lists.osmocom.org'
scm:
- git:
branches:
@@ -52,4 +56,4 @@
publishers:
- email:
notify-every-unstable-build: true
- recipients: 'jenkins-notifications(a)lists.osmocom.org'
+ recipients: '$EMAIL_NOTIFICATIONS'
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/40886?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
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(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>