summaryrefslogtreecommitdiffstats
path: root/tests/localyaml/fixtures/exception_include001.yaml.inc
blob: 38725eff600354d4fb4027e068b8b2618bc6d21b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- 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