diff --git a/jobs/update-osmo-ci-on-slaves.yml b/jobs/update-osmo-ci-on-slaves.yml index be93c900..b79751ea 100644 --- a/jobs/update-osmo-ci-on-slaves.yml +++ b/jobs/update-osmo-ci-on-slaves.yml @@ -27,4 +27,8 @@ description: | Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY! + publishers: + - email: + recipients: intern@lists.sysmocom.de + # vim: expandtab tabstop=2 shiftwidth=2 diff --git a/jobs/update-osmo-python-on-slaves.yml b/jobs/update-osmo-python-on-slaves.yml index e906a53f..ce3033dc 100644 --- a/jobs/update-osmo-python-on-slaves.yml +++ b/jobs/update-osmo-python-on-slaves.yml @@ -33,5 +33,7 @@ - trigger: project: update-osmo-ci-on-slaves threshold: FAILURE + - email: + recipients: intern@lists.sysmocom.de # vim: expandtab tabstop=2 shiftwidth=2