jenkins-job-builder/tests/wrappers/fixtures/workspace-cleanup001.yaml
Jeff Grafton 13fa71cd82 Update workspace-cleanup to support newer options
This commit adds support for controlling whether cleanup runs via a job
parameter and using an external deletion command.

Change-Id: Ib80317c0e4cf95526ed59b719a1fd8df9c5e3f4f
2016-05-02 14:05:02 -07:00

7 lines
151 B
YAML

wrappers:
- workspace-cleanup:
exclude:
- "*.py"
check-parameter: "DO_WS_CLEANUP"
external-deletion-command: "shred -u %s"