aboutsummaryrefslogtreecommitdiffstats
path: root/jobs
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-01-08 12:36:50 +0100
committerMax <msuraev@sysmocom.de>2018-01-08 12:36:50 +0100
commit3527fd63ad403a4f691fcee39c3a7aec69d84006 (patch)
tree5351857ad8d7c3b36b4b255e39bbfc370f9fcad8 /jobs
parentc528cc12d0d935b9b6d151478ccd478122a661fb (diff)
Send email on update-* job failures
Notify intern@ if either update-osmo-ci or update-osmo-python jobs failed. Those are essential for our CI and test infrastructure so we should look into related failures right away. Change-Id: I0d51e35424a26eab7d38152e13f3ac6fd3f3997c Related: OS#2821
Diffstat (limited to 'jobs')
-rw-r--r--jobs/update-osmo-ci-on-slaves.yml4
-rw-r--r--jobs/update-osmo-python-on-slaves.yml2
2 files changed, 6 insertions, 0 deletions
diff --git a/jobs/update-osmo-ci-on-slaves.yml b/jobs/update-osmo-ci-on-slaves.yml
index be93c90..b79751e 100644
--- a/jobs/update-osmo-ci-on-slaves.yml
+++ b/jobs/update-osmo-ci-on-slaves.yml
@@ -27,4 +27,8 @@
description: |
<b>Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!</b>
+ 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 e906a53..ce3033d 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