osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/30203 )
Change subject: jobs/ttcn3: allow overriding email per job ......................................................................
jobs/ttcn3: allow overriding email per job
Change-Id: I4d9e08dfbc5c2ad442fc8b4da09009a047f67784 --- M jobs/ttcn3-testsuites.yml 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/03/30203/1
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml index 70f561e..8834ee3 100644 --- a/jobs/ttcn3-testsuites.yml +++ b/jobs/ttcn3-testsuites.yml @@ -476,7 +476,7 @@ allow-empty-results: false - email: notify-every-unstable-build: true - recipients: jenkins-notifications@lists.osmocom.org + recipients: '{obj:email}' send-to-individuals: false - archive: allow-empty: false @@ -498,5 +498,6 @@ wrappers: - ansicolor: colormap: xterm + email: jenkins-notifications@lists.osmocom.org
# vim: expandtab tabstop=2 shiftwidth=2