laforge submitted this change.
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.