From 9e6c10cd3c698c428a4ef802c3c1bec0f8419949 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 17 Nov 2022 11:37:10 +0100 Subject: [PATCH] jobs/ttcn3: allow overriding email per job Change-Id: I4d9e08dfbc5c2ad442fc8b4da09009a047f67784 --- jobs/ttcn3-testsuites.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml index 70f561e9..8834ee34 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