Dong Ma f0e874106e Update examples filename
Update examples filename from '*complete*' to '*full*' to make all
filename consistent.

Change-Id: I37d3f9bf43cae455639fc2611e33734ea2c24ebc
2017-06-11 17:15:44 +08:00

17 lines
358 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'