From 3a0bcd21d48e8854fbc7a53bfdcdd9c3f39a411b Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Mon, 14 Sep 2020 14:54:18 -0400 Subject: [PATCH] Update global-jjb to the latest v0.57.3 Update defaults with the required inputs for the openstack-cron job email notifications. Includes fix for java 1.8 EOL warning for sonar. Signed-off-by: Aric Gardner Change-Id: Iefb095023cd29c0b49893901f2d315573ebe57f4 --- global-jjb | 2 +- jjb/defaults.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/global-jjb b/global-jjb index 64faafae..53065905 160000 --- a/global-jjb +++ b/global-jjb @@ -1 +1 @@ -Subproject commit 64faafae2362d36e4d5c3e8d5fe6579b9d09cf55 +Subproject commit 53065905f076834d00bfa542c2feeb8553ac177e diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml index 34b92a86..a3d48b3a 100644 --- a/jjb/defaults.yaml +++ b/jjb/defaults.yaml @@ -57,3 +57,7 @@ # Release config jenkins-ssh-release-credential: jenkins-release + + # openstack-cron notification defaults + failure-notification: "releng+oransc@linuxfoundation.org" + failure-notification-prefix: "[releng]" -- 2.16.6