osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/40455?usp=email )
Change subject: jobs/ttcn3-testsuites-testenv: add email parameter ......................................................................
jobs/ttcn3-testsuites-testenv: add email parameter
Change-Id: I92d92daf7ca087cbe25ab8e873b270a6bf9badb1 --- M jobs/ttcn3-testsuites-testenv.yml 1 file changed, 5 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml index c700fd7..a79ded0 100644 --- a/jobs/ttcn3-testsuites-testenv.yml +++ b/jobs/ttcn3-testsuites-testenv.yml @@ -565,6 +565,10 @@ description: | Branch of <code>osmo-ttcn3-hacks.git</code> default: 'master' + - string: + name: EMAIL_NOTIFICATIONS + description: For failed build notifications, set to empty to disable + default: '{obj:email}' builders: - copyartifact: project: "build-kernel-{kernel}" @@ -635,7 +639,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