osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/40655?usp=email )

Change subject: jobs/repo-install-test: add email parameter
......................................................................

jobs/repo-install-test: add email parameter

Change-Id: Ief7a800b5bc478adec03db52335965ed0cfa86ae
---
M jobs/repo-install-test.yml
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved




diff --git a/jobs/repo-install-test.yml b/jobs/repo-install-test.yml
index 0891e24..01ed548 100644
--- a/jobs/repo-install-test.yml
+++ b/jobs/repo-install-test.yml
@@ -37,6 +37,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]'
     axes:
       - axis:
           type: slave
@@ -63,6 +67,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/+/40655?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: Ief7a800b5bc478adec03db52335965ed0cfa86ae
Gerrit-Change-Number: 40655
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