summaryrefslogtreecommitdiffstats
path: root/jjb/releng
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-07-19 09:55:21 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-02 16:12:23 -0700
commitbd2e1bd6391f4ac4c6f50c99bb10004959362603 (patch)
tree7414cd3b010552b616441a6374aa2425a33a983c /jjb/releng
parent2b13f8ee486f4f8ae1c66ac3b95148d9a423318b (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/releng')
-rw-r--r--jjb/releng/automate.yml2
-rw-r--r--jjb/releng/opnfv-docker-arm.yml1
-rw-r--r--jjb/releng/opnfv-docker.yml1
-rw-r--r--jjb/releng/releng-ci-jobs.yml1
4 files changed, 5 insertions, 0 deletions
diff --git a/jjb/releng/automate.yml b/jjb/releng/automate.yml
index 4f6044bb5..d12ee5d68 100644
--- a/jjb/releng/automate.yml
+++ b/jjb/releng/automate.yml
@@ -90,6 +90,7 @@
publishers:
- publish-coverage
+ - email-jenkins-admins-on-failure
- job-template:
name: '{module}-automate-{stream}'
@@ -170,6 +171,7 @@
publishers:
- 'email-publisher'
+ - email-jenkins-admins-on-failure
- job-template:
name: '{module}-automate-{phase}-{stream}'
diff --git a/jjb/releng/opnfv-docker-arm.yml b/jjb/releng/opnfv-docker-arm.yml
index 7502b17a1..d70640a7c 100644
--- a/jjb/releng/opnfv-docker-arm.yml
+++ b/jjb/releng/opnfv-docker-arm.yml
@@ -87,3 +87,4 @@
publishers:
- email:
recipients: '{receivers}'
+ - email-jenkins-admins-on-failure
diff --git a/jjb/releng/opnfv-docker.yml b/jjb/releng/opnfv-docker.yml
index fa9c441e8..7e605b9cb 100644
--- a/jjb/releng/opnfv-docker.yml
+++ b/jjb/releng/opnfv-docker.yml
@@ -171,6 +171,7 @@
publishers:
- email:
recipients: '{receivers}'
+ - email-jenkins-admins-on-failure
- job-template:
name: '{project}-docker-build-push-monitor-{stream}'
diff --git a/jjb/releng/releng-ci-jobs.yml b/jjb/releng/releng-ci-jobs.yml
index ecc87303f..dc9bfd5dc 100644
--- a/jjb/releng/releng-ci-jobs.yml
+++ b/jjb/releng/releng-ci-jobs.yml
@@ -52,6 +52,7 @@
publishers:
- archive-artifacts:
artifacts: 'job_output/*'
+ - email-jenkins-admins-on-failure
- job-template:
name: 'releng-merge-jjb'