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