osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/28458 )
Change subject: jobs/update-osmo-*: change mail recipients ......................................................................
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 --- M jobs/update-osmo-ci-on-slaves.yml M jobs/update-osmo-python-on-slaves.yml 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/58/28458/1
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