diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-07-19 09:55:21 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-02 16:12:23 -0700 |
commit | bd2e1bd6391f4ac4c6f50c99bb10004959362603 (patch) | |
tree | 7414cd3b010552b616441a6374aa2425a33a983c /jjb/storperf | |
parent | 2b13f8ee486f4f8ae1c66ac3b95148d9a423318b (diff) |
Send 'Build Failed' Emails to Jenkins Admins
Adds the 'email-jenkins-admins-on-build-failures' publishers for jobs
which have overridden the default list of publishers.
This will provide Jenkins administrators a time-series list of build
failures to assist in debugging issues with the master and agents.
JIRA: RELENG-257
Change-Id: I28f12877562113c9197ed6429ee2a7f3cdbaf346
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/storperf')
-rw-r--r-- | jjb/storperf/storperf.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/storperf/storperf.yml b/jjb/storperf/storperf.yml index 13186a1ad..f675cbb2a 100644 --- a/jjb/storperf/storperf.yml +++ b/jjb/storperf/storperf.yml @@ -81,6 +81,7 @@ healthy: 50 unhealthy: 40 failing: 30 + - email-jenkins-admins-on-failure - job-template: name: 'storperf-merge-{stream}' @@ -135,6 +136,7 @@ healthy: 50 unhealthy: 40 failing: 30 + - email-jenkins-admins-on-failure - job-template: name: 'storperf-daily-{stream}' |