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
This commit is contained in:
Max 2018-01-08 12:36:50 +01:00
parent c528cc12d0
commit 3527fd63ad
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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