jenkins-job-builder/tests/general/fixtures/custom-workspace001.xml
Fathi Boudra b72b10dd44 general: add support for childCustomWorkspace
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>
2015-07-13 10:16:58 +03:00

11 lines
378 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<actions/>
<keepDependencies>false</keepDependencies>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<concurrentBuild>false</concurrentBuild>
<customWorkspace>foo</customWorkspace>
<canRoam>true</canRoam>
</project>