summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/workspace-cleanup-full.yaml
blob: 0f5f5e52f38603645da442e1add5711ce2b925e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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