19 lines
420 B
C++
19 lines
420 B
C++
- copyartifact: ©tarball
|
|
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
|