8df564f97c
Added the multijob-build keyword support to CopyArtifact helper and builder Change-Id: Id657ef072c049fa48d0e0a88bf3dec1a593f67d5
10 lines
207 B
YAML
10 lines
207 B
YAML
builders:
|
|
- copyartifact:
|
|
project: foo
|
|
filter: "*.json"
|
|
target: /home/foo
|
|
which-build: multijob-build
|
|
optional: true
|
|
flatten: true
|
|
parameter-filters: PUBLISH=true
|