summaryrefslogtreecommitdiffstats
path: root/tests/localyaml/fixtures/exception_include001.yaml
blob: f84ad8246b7ea0664687a2be76e803da62d8bf6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

- builders:
    - copyartifact: &copytarball
        project: foo
        filter: "*.tar.gz"
        target: /home/foo
        which-build: last-successful
        optional: true
        flatten: true
        do-not-fingerprint: true
        parameter-filters: PUBLISH=true

- job:
    name: test-job-1
    builders:
        !include: exception_include001.yaml.inc