b72b10dd44
On freestyle project, we can set custom workspace. On matrix project, we can set custom workspace and child custom workspace. It allows to specify the directory for sub-builds. Change-Id: Icef3831174ff805e86f1ece84fef9a438f465691 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
17 lines
623 B
XML
17 lines
623 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<matrix-project>
|
|
<executionStrategy class="hudson.matrix.DefaultMatrixExecutionStrategyImpl">
|
|
<runSequentially>false</runSequentially>
|
|
</executionStrategy>
|
|
<combinationFilter/>
|
|
<axes/>
|
|
<actions/>
|
|
<keepDependencies>false</keepDependencies>
|
|
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
|
|
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
|
|
<concurrentBuild>false</concurrentBuild>
|
|
<customWorkspace>foo</customWorkspace>
|
|
<childCustomWorkspace>bar</childCustomWorkspace>
|
|
<canRoam>true</canRoam>
|
|
</matrix-project>
|