summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/project-matrix001.xml
blob: 9407a730aac67b46e583cdd4ac5fe130710642e8 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="utf-8"?>
<matrix-project>
  <executionStrategy class="hudson.matrix.DefaultMatrixExecutionStrategyImpl">
    <runSequentially>true</runSequentially>
    <touchStoneCombinationFilter>os == &quot;fedora11&quot;</touchStoneCombinationFilter>
    <touchStoneResultCondition>
      <name>UNSTABLE</name>
      <ordinal>1</ordinal>
      <color>YELLOW</color>
    </touchStoneResultCondition>
  </executionStrategy>
  <combinationFilter>!(os==&quot;fedora11&quot; &amp;&amp; arch==&quot;amd64&quot;)</combinationFilter>
  <axes>
    <hudson.matrix.LabelExpAxis>
      <name>os</name>
      <values>
        <string>ubuntu12.04</string>
        <string>fedora11</string>
      </values>
    </hudson.matrix.LabelExpAxis>
    <hudson.matrix.LabelExpAxis>
      <name>arch</name>
      <values>
        <string>amd64</string>
        <string>i386</string>
      </values>
    </hudson.matrix.LabelExpAxis>
    <hudson.matrix.LabelAxis>
      <name>nodes</name>
      <values>
        <string>node1</string>
        <string>node2</string>
      </values>
    </hudson.matrix.LabelAxis>
    <ca.silvermaplesolutions.jenkins.plugins.daxis.DynamicAxis>
      <name>config</name>
      <values>
        <string>config_list</string>
      </values>
      <varName>config_list</varName>
      <axisValues>
        <string>default</string>
      </axisValues>
    </ca.silvermaplesolutions.jenkins.plugins.daxis.DynamicAxis>
    <hudson.matrix.TextAxis>
      <name>database</name>
      <values>
        <string>mysql</string>
        <string>postgresql</string>
        <string>sqlite</string>
      </values>
    </hudson.matrix.TextAxis>
    <org.jenkinsci.plugins.GroovyAxis>
      <name>foo</name>
      <groovyString>return [one,two,three]</groovyString>
      <computedValues/>
    </org.jenkinsci.plugins.GroovyAxis>
  </axes>
  <actions/>
  <description>&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
  <keepDependencies>false</keepDependencies>
  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
  <concurrentBuild>false</concurrentBuild>
  <canRoam>true</canRoam>
  <properties/>
  <scm class="hudson.scm.NullSCM"/>
  <builders>
    <hudson.tasks.Shell>
      <command>make &amp;&amp; make check</command>
    </hudson.tasks.Shell>
  </builders>
  <publishers/>
  <buildWrappers/>
</matrix-project>