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>
13 lines
509 B
XML
13 lines
509 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<buildWrappers>
|
|
<com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper>
|
|
<includes>file1,file2*.txt</includes>
|
|
<excludes>file2bad.txt</excludes>
|
|
<flatten>true</flatten>
|
|
<includeAntExcludes>true</includeAntExcludes>
|
|
<relativeTo>somewhereElse</relativeTo>
|
|
<hudsonHomeRelative>false</hudsonHomeRelative>
|
|
</com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper>
|
|
</buildWrappers>
|
|
</project> |