38aa498df3
Change-Id: I2edd0343966e1720161c291b811b989f005495fb
18 lines
395 B
YAML
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
|