Remove Concurrency From JJB Merge Job
[releng.git] / jjb / ci_gate_security / opnfv-ci-gate-security.yml
index 5a2534a..ef0da7f 100644 (file)
       - project-parameter:
           project: '{repo}'
           branch: '{branch}'
+      - string:
+          name: GERRIT_REFSPEC
+          default: 'refs/heads/{stream}'
+          description: "Default Gerrit ref git HEAD should point to"
 
     scm:
       - git-scm-gerrit
 
     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}'