From 0f548e950248e1c35c7dcd8e922834b3228a79e4 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Thu, 16 Nov 2017 15:51:38 -0800 Subject: Email Weekly Anteater Reports to PTLs Completely replaces the current weekly security scan job. Instead of publishing weekly security scan reports they will be emailed to individual project PTLs. Uses a modified copy of 'anteater-security-audit.sh' to ensure the security scan job is not affected in this change. A later change will be made to merge the file back in and update the jobs. This is why 'anteater-parameters' are added to both jobs-templates. Change-Id: Ia8ebffbfce7a2d4feb83ef68ff0ab0c7bb4d2104 Signed-off-by: Trevor Bramwell --- jjb/global/slave-params.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'jjb/global/slave-params.yml') diff --git a/jjb/global/slave-params.yml b/jjb/global/slave-params.yml index 04de1e091..8ce576ed6 100644 --- a/jjb/global/slave-params.yml +++ b/jjb/global/slave-params.yml @@ -456,6 +456,18 @@ default: $WORKSPACE/build_output description: "Directory where the build artifact will be located upon the completion of the build." +- parameter: + name: 'ericsson-build3-defaults' + parameters: + - label: + name: SLAVE_LABEL + default: 'ericsson-build3' + description: 'Slave label on Jenkins' + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: 'Git URL to use on this Jenkins Slave' + - parameter: name: 'huawei-build-defaults' parameters: -- cgit 1.2.3-korg