diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-11-29 15:14:56 -0800 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-11-29 15:14:56 -0800 |
commit | a160b714da1c6e1f3aa5e83e74dd850a86616df7 (patch) | |
tree | 08bb5fef268842f3c297abb3daa3d5814482ab3a /jjb | |
parent | b74ac9b3ce17ba5057684588ebbf8d95465b7482 (diff) |
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 <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ci_gate_security/opnfv-ci-gate-security.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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}' |