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: '[email protected]'
     node: osmocom-master
     builders:
       - shell: |
@@ -43,6 +48,6 @@
     publishers:
       - email:
           notify-every-unstable-build: true
-          recipients: '[email protected]'
+          recipients: '$EMAIL_NOTIFICATIONS'

 # vim: expandtab tabstop=2 shiftwidth=2

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

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ie1e258b77ddb988e27b778cb8243cf33bb5f5440
Gerrit-Change-Number: 40657
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to