laforge submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
jobs/osmcoom-release-manuals: add email parameter

Change-Id: I5783e667a9dba8663ac472282472287b3cd6a74f
---
M jobs/osmocom-release-manuals.yml
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/jobs/osmocom-release-manuals.yml b/jobs/osmocom-release-manuals.yml
index c9d04ae..c65314a 100644
--- a/jobs/osmocom-release-manuals.yml
+++ b/jobs/osmocom-release-manuals.yml
@@ -22,6 +22,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'
builders:
- shell: |
scripts/manuals/publish-manuals-for-tags.sh
@@ -38,7 +42,7 @@
publishers:
- email:
notify-every-unstable-build: true
- recipients: 'jenkins-notifications@lists.osmocom.org'
+ recipients: '$EMAIL_NOTIFICATIONS'
wrappers:
- ssh-agent-credentials:
users:

To view, visit change 43364. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I5783e667a9dba8663ac472282472287b3cd6a74f
Gerrit-Change-Number: 43364
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>