summaryrefslogtreecommitdiffstats
path: root/tests/general/fixtures/custom-workspace002.xml
blob: 3535e187df6c0bdb8539f65d02263fc8b626129a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>