jenkins-job-builder/tests/publishers/fixtures/workspace-cleanup-full.yaml
Sergii Kipot 38aa498df3 Add support of "disableDeferredWipeout" option to workspace cleanup plugin
Change-Id: I2edd0343966e1720161c291b811b989f005495fb
2019-08-14 20:50:06 +02:00

18 lines
395 B
YAML

publishers:
- workspace-cleanup:
include:
- "*.zip"
exclude:
- "*.txt"
clean-if:
- success: false
- unstable: false
- failure: false
- aborted: false
- not-built: false
dirmatch: true
fail-build: false
clean-parent: true
external-deletion-command: 'command'
disable-deferred-wipeout: true