diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-11-30 18:11:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-30 18:11:59 +0000 |
commit | 70e485e95938adf04adeb9338fa2ea46fb167781 (patch) | |
tree | 1454b79437d661122b91b67a0ae64e2ab7a91649 | |
parent | ef89690c70e6bd0671ead70d31f2c94bc10edcc3 (diff) | |
parent | a160b714da1c6e1f3aa5e83e74dd850a86616df7 (diff) |
Merge "Clean Anteater Weekly Workspace after Emailing PTL"
-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}' |