jenkins-job-builder/tests/builders/fixtures/copy-artifact004.yaml
tanhengyeow a345b8372a copyartifact: Add support for new options
New options include:
1. exclude
2. result-var-suffix

This update affects copyartifact in builders.py

Change-Id: I682a10be47f049fe457e5bc199aa50a5583958a7
Signed-off-by: Tan Heng Yeow <E0032242@u.nus.edu>
2018-08-25 20:33:35 +08:00

12 lines
269 B
YAML

builders:
- copyartifact:
project: foo
filter: "*.json"
target: /home/foo
which-build: multijob-build
optional: true
flatten: true
parameter-filters: PUBLISH=true
exclude: "*.txt"
result-var-suffix: "PROJECT_ABC"