osmith submitted this change.

View Change

Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve
jobs/ttcn3-testsuites: add email parameter

Change-Id: I9385f553196ac8d1ac1bfb05735ed937da67b7b4
---
M jobs/ttcn3-testsuites.yml
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 9e0d026..3202212 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -88,6 +88,10 @@
Branch of <code>docker-playground.git</code>.
Only modify if you are hacking on the docker-playground scripts.
default: 'master'
+ - string:
+ name: EMAIL_NOTIFICATIONS
+ description: For failed build notifications, set to empty to disable
+ default: '{obj:email}'
builders:
- shell: |-
export REGISTRY_HOST="registry.osmocom.org"
@@ -166,7 +170,7 @@
allow-empty-results: false
- email:
notify-every-unstable-build: false
- recipients: '{obj:email}'
+ recipients: '$EMAIL_NOTIFICATIONS'
send-to-individuals: false
- archive:
allow-empty: false

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

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I9385f553196ac8d1ac1bfb05735ed937da67b7b4
Gerrit-Change-Number: 40483
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>