osmith has uploaded this change for review.

View Change

jobs/osmocom-obs: add EMAIL_NOTIFICATIONS argument

Change-Id: I5009f7b722c7455ee6dfd25a6b5370929c9bc469
---
M jobs/osmocom-obs.yml
1 file changed, 5 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/25/40425/1
diff --git a/jobs/osmocom-obs.yml b/jobs/osmocom-obs.yml
index 39fa5fb..fd11055 100644
--- a/jobs/osmocom-obs.yml
+++ b/jobs/osmocom-obs.yml
@@ -44,6 +44,10 @@
name: BRANCH
description: osmo-ci.git branch
default: 'refs/remotes/origin/master'
+ - string:
+ name: EMAIL_NOTIFICATIONS
+ description: For failed job notifications, set to empty to disable
+ default: 'jenkins-notifications@lists.osmocom.org'
builders:
- shell: |
export PYTHONUNBUFFERED=1
@@ -72,6 +76,6 @@
publishers:
- email:
notify-every-unstable-build: true
- recipients: 'jenkins-notifications@lists.osmocom.org'
+ recipients: '$EMAIL_NOTIFICATIONS'

# vim: expandtab tabstop=2 shiftwidth=2

To view, visit change 40425. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I5009f7b722c7455ee6dfd25a6b5370929c9bc469
Gerrit-Change-Number: 40425
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>