85395266a7
jjb copyartifact missing "Downstream build of" build selector the build selector introduced in CopyArtifact plugin v1.32 Change-Id: Ia0ae5036610c44b88ad75efd9e0a314d0a26eff7 story: 2000437
13 lines
310 B
YAML
13 lines
310 B
YAML
builders:
|
|
- copyartifact:
|
|
project: foo
|
|
filter: "*.tar.gz"
|
|
target: /home/foo
|
|
which-build: downstream-build
|
|
upstream-project-name: bar
|
|
upstream-build-number: "123"
|
|
optional: true
|
|
flatten: true
|
|
do-not-fingerprint: true
|
|
parameter-filters: PUBLISH=true
|