summaryrefslogtreecommitdiffstats
path: root/tests/localyaml/fixtures/include001.yaml.inc
blob: c0ed1c0ffe2c3f1ae7cb656f448961d14113414f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- 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
- copyartifact:
    <<: *copytarball
    project: bar
    which-build: specific-build
    build-number: 123
- copyartifact:
    <<: *copytarball
    project: baz
    which-build: upstream-build