jobs/ttcn3: allow overriding email per job

Change-Id: I4d9e08dfbc5c2ad442fc8b4da09009a047f67784
This commit is contained in:
Oliver Smith 2022-11-17 11:37:10 +01:00
parent 60d16b6af9
commit 9e6c10cd3c
1 changed files with 2 additions and 1 deletions

View File

@ -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