aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-06-29 10:33:59 +0200
committerosmith <osmith@sysmocom.de>2022-06-29 09:33:30 +0000
commit2b7b90e5559172c70141d42e1305c3276c32712b (patch)
tree77f524c850c46ffb688ab6b4c7e9de24fa6c972e
parent9139e76baa306cf467f81c7792000df499ec714c (diff)
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
-rw-r--r--jobs/update-osmo-ci-on-slaves.yml2
-rw-r--r--jobs/update-osmo-python-on-slaves.yml2
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 c99bf5b..df6bd99 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 aa4cfe3..4a2afbc 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