jobs/update-osmo-*: change mail recipients

Use jenkins-notifications@lists.osmocom.org like in most other jobs to
not clutter the other ML.

Change-Id: I95c22215dbe09d06d9458a980d15370440f67fd6
This commit is contained in:
Oliver Smith 2022-06-29 10:33:59 +02:00 committed by osmith
parent 9139e76baa
commit 2b7b90e555
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
publishers:
- email:
recipients: intern@lists.sysmocom.de
recipients: jenkins-notifications@lists.osmocom.org
# Trigger from docker-playground.git too
- job:

View File

@ -40,6 +40,6 @@
project: update-osmo-ci-on-slaves
threshold: FAILURE
- email:
recipients: intern@lists.sysmocom.de
recipients: jenkins-notifications@lists.osmocom.org
# vim: expandtab tabstop=2 shiftwidth=2