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@lists.osmocom.org' scm: - git: branches: @@ -52,4 +56,4 @@ publishers: - email: notify-every-unstable-build: true - recipients: 'jenkins-notifications@lists.osmocom.org' + recipients: '$EMAIL_NOTIFICATIONS'