osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/40657?usp=email )
Change subject: jobs/registry…: add email parameter ......................................................................
jobs/registry…: add email parameter
Change-Id: Ie1e258b77ddb988e27b778cb8243cf33bb5f5440 --- M jobs/registry-update-base-images.yml 1 file changed, 6 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/jobs/registry-update-base-images.yml b/jobs/registry-update-base-images.yml index b51ae95..d838f91 100644 --- a/jobs/registry-update-base-images.yml +++ b/jobs/registry-update-base-images.yml @@ -16,6 +16,11 @@ - build-discarder: days-to-keep: 30 num-to-keep: 30 + parameters: + - string: + name: EMAIL_NOTIFICATIONS + description: For failed build notifications, set to empty to disable + default: 'jenkins-notifications@lists.osmocom.org' node: osmocom-master builders: - shell: | @@ -43,6 +48,6 @@ publishers: - email: notify-every-unstable-build: true - recipients: 'jenkins-notifications@lists.osmocom.org' + recipients: '$EMAIL_NOTIFICATIONS'
# vim: expandtab tabstop=2 shiftwidth=2