aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-11-17 11:37:10 +0100
committerOliver Smith <osmith@sysmocom.de>2022-11-17 11:37:10 +0100
commit9e6c10cd3c698c428a4ef802c3c1bec0f8419949 (patch)
tree94ae3364fb80addd41cb1a364a01f68192a5733b
parent60d16b6af93d332f2cf045e237d6dd02aee45106 (diff)
jobs/ttcn3: allow overriding email per job
-rw-r--r--jobs/ttcn3-testsuites.yml3
1 files changed, 2 insertions, 1 deletions
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