osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/43364?usp=email )


Change subject: jobs/osmcoom-release-manuals: add email parameter
......................................................................

jobs/osmcoom-release-manuals: add email parameter

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



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/64/43364/1

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: '[email protected]'
     builders:
       - shell: |
           scripts/manuals/publish-manuals-for-tags.sh
@@ -38,7 +42,7 @@
     publishers:
        - email:
           notify-every-unstable-build: true
-          recipients: '[email protected]'
+          recipients: '$EMAIL_NOTIFICATIONS'
     wrappers:
       - ssh-agent-credentials:
           users:

--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/43364?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I5783e667a9dba8663ac472282472287b3cd6a74f
Gerrit-Change-Number: 43364
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>

Reply via email to