From bd2e1bd6391f4ac4c6f50c99bb10004959362603 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Wed, 19 Jul 2017 09:55:21 -0700 Subject: 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 --- jjb/ovsnfv/ovsnfv.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/ovsnfv') diff --git a/jjb/ovsnfv/ovsnfv.yml b/jjb/ovsnfv/ovsnfv.yml index 0e8c713fd..62f6de05a 100644 --- a/jjb/ovsnfv/ovsnfv.yml +++ b/jjb/ovsnfv/ovsnfv.yml @@ -141,6 +141,7 @@ publishers: - email: recipients: therbert@redhat.com mark.d.gray@intel.com billy.o.mahony@intel.com + - email-jenkins-admins-on-failure - builder: name: build-rpms -- cgit 1.2.3-korg