2016-12-01 01:13:02 -08:00
|
|
|
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'
|
2019-08-14 20:32:27 +02:00
|
|
|
disable-deferred-wipeout: true
|