3a04f7fe7d
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>
11 lines
239 B
YAML
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
|