osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/40483?usp=email
)
Change subject: jobs/ttcn3-testsuites: add email parameter
......................................................................
jobs/ttcn3-testsuites: add email parameter
Change-Id: I9385f553196ac8d1ac1bfb05735ed937da67b7b4
---
M jobs/ttcn3-testsuites.yml
1 file changed, 5 insertions(+), 1 deletion(-)
Approvals:
fixeria: Looks good to me, approved
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
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
https://gerrit.osmocom.org/c/osmo-ci/+/40483?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: I9385f553196ac8d1ac1bfb05735ed937da67b7b4
Gerrit-Change-Number: 40483
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>