jenkins-job-builder/tests/general/fixtures/custom-workspace002.xml

16 lines
600 B
XML

<?xml version="1.0" encoding="utf-8"?>
<matrix-project>
<executionStrategy class="hudson.matrix.DefaultMatrixExecutionStrategyImpl">
<runSequentially>false</runSequentially>
</executionStrategy>
<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>