summaryrefslogtreecommitdiffstats
path: root/tests/general/fixtures/matrix-axis004.xml
blob: ce2767233a348fc763bcdc748d64bbe795a0166a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<matrix-project>
  <executionStrategy class="hudson.matrix.DefaultMatrixExecutionStrategyImpl">
    <runSequentially>false</runSequentially>
  </executionStrategy>
  <axes>
    <hudson.matrix.JDKAxis>
      <name>jdk</name>
      <values>
        <string>openjdk-6-jdk</string>
        <string>openjdk-7-jdk</string>
      </values>
    </hudson.matrix.JDKAxis>
  </axes>
  <actions/>
  <keepDependencies>false</keepDependencies>
  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
  <concurrentBuild>false</concurrentBuild>
  <canRoam>true</canRoam>
</matrix-project>