osmith has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/55/40655/1
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: 'jenkins-notifications(a)lists.osmocom.org'
axes:
- axis:
type: slave
@@ -63,6 +67,6 @@
publishers:
- email:
notify-every-unstable-build: true
- recipients: 'jenkins-notifications(a)lists.osmocom.org'
+ 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: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ief7a800b5bc478adec03db52335965ed0cfa86ae
Gerrit-Change-Number: 40655
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>