From a160b714da1c6e1f3aa5e83e74dd850a86616df7 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Wed, 29 Nov 2017 15:14:56 -0800 Subject: [PATCH] Clean Anteater Weekly Workspace after Emailing PTL The workspace is cleaned immediately after anteater is ran. This removes the securityaudit.log which the emails to PTLs should contain. Change-Id: I0afa4c69035e411aebe7cfea625ebafe5796d236 Signed-off-by: Trevor Bramwell --- jjb/ci_gate_security/opnfv-ci-gate-security.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/ci_gate_security/opnfv-ci-gate-security.yml b/jjb/ci_gate_security/opnfv-ci-gate-security.yml index 75d1698ad..ef0da7f3a 100644 --- a/jjb/ci_gate_security/opnfv-ci-gate-security.yml +++ b/jjb/ci_gate_security/opnfv-ci-gate-security.yml @@ -116,12 +116,13 @@ builders: - anteater-security-audit-weekly - - clean-workspace publishers: # defined in jjb/global/releng-macros.yml - 'email-{repo}-ptl': subject: 'OPNFV Security Scan Result: {repo}' + - workspace-cleanup: + fail-build: false - job-template: name: 'opnfv-security-audit-verify-{stream}' -- 2.16.6