summaryrefslogtreecommitdiffstats
path: root/tests/general/fixtures/matrix-axis003.xml
blob: 1541278d4a6c630778114c83a6bee30600c1fccd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<matrix-project>
  <executionStrategy class="hudson.matrix.DefaultMatrixExecutionStrategyImpl">
    <runSequentially>false</runSequentially>
  </executionStrategy>
  <axes>
    <jenkins.plugins.shiningpanda.matrix.PythonAxis>
      <name>PYTHON</name>
      <values>
        <string>python-2.6</string>
        <string>python-2.7</string>
        <string>python-3.4</string>
      </values>
    </jenkins.plugins.shiningpanda.matrix.PythonAxis>
    <jenkins.plugins.shiningpanda.matrix.ToxAxis>
      <name>TOXENV</name>
      <values>
        <string>py26</string>
        <string>py27</string>
        <string>py34</string>
      </values>
    </jenkins.plugins.shiningpanda.matrix.ToxAxis>
  </axes>
  <actions/>
  <keepDependencies>false</keepDependencies>
  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
  <concurrentBuild>false</concurrentBuild>
  <canRoam>true</canRoam>
</matrix-project>