From 2b7b90e5559172c70141d42e1305c3276c32712b Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 29 Jun 2022 10:33:59 +0200 Subject: [PATCH] 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 --- jobs/update-osmo-ci-on-slaves.yml | 2 +- jobs/update-osmo-python-on-slaves.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs/update-osmo-ci-on-slaves.yml b/jobs/update-osmo-ci-on-slaves.yml index c99bf5b4..df6bd99d 100644 --- a/jobs/update-osmo-ci-on-slaves.yml +++ b/jobs/update-osmo-ci-on-slaves.yml @@ -43,7 +43,7 @@ publishers: - email: - recipients: intern@lists.sysmocom.de + recipients: jenkins-notifications@lists.osmocom.org # Trigger from docker-playground.git too - job: diff --git a/jobs/update-osmo-python-on-slaves.yml b/jobs/update-osmo-python-on-slaves.yml index aa4cfe3b..4a2afbc7 100644 --- a/jobs/update-osmo-python-on-slaves.yml +++ b/jobs/update-osmo-python-on-slaves.yml @@ -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