jenkins-job-builder/tests/wrappers/fixtures/copy-to-slave002.yaml
Fathi Boudra 3a04f7fe7d
Add support of 'somewhereElse' value to Copy to slave plugin
Since copy to slave plugin version 1.4 (released on January 2012),
an additional value 'somewherElse' is permited for "paths are relative to"
option.

Relevant bug and commit:
https://issues.jenkins-ci.org/browse/JENKINS-12281
74f4fc505b

Additional changes: re-order alphabetically the options as the plugin
itself does.

Change-Id: Ie0f738120e0fb95c9826d61871e6bdda461b5b5a
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-12-07 00:35:06 -05:00

11 lines
239 B
YAML

wrappers:
- copy-to-slave:
includes:
- 'file1'
- 'file2*.txt'
excludes:
- 'file2bad.txt'
flatten: True
relative-to: 'somewhereElse'
include-ant-excludes: True