diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-07-10 17:27:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-10 17:27:21 +0000 |
commit | 5f39453f82c740d9c1105e3ef6a216103e0ed7ac (patch) | |
tree | 5aa239d6e6541501acff76279680d1d409ef3bf6 /jjb/global/releng-defaults.yml | |
parent | d7e3e4e0a3123366aa544bf67371c4c3ef8bcfdf (diff) | |
parent | b25f9cacddd875162f25e63e12549410c17cdeb1 (diff) |
Merge "Send Build Notifications to Jenkins Admins"
Diffstat (limited to 'jjb/global/releng-defaults.yml')
-rw-r--r-- | jjb/global/releng-defaults.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jjb/global/releng-defaults.yml b/jjb/global/releng-defaults.yml index 283888603..75e00f983 100644 --- a/jjb/global/releng-defaults.yml +++ b/jjb/global/releng-defaults.yml @@ -12,3 +12,10 @@ properties: - logrotate-default + + publishers: + # Any project that has a publisher will not have this macro + # included due to the nature of JJB defaults. Projects will have + # to explicitly add this macro to their list of publishers in + # order for emails to be sent. + - email-jenkins-admins-on-failure |