laforge has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
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: