jenkins-job-builder/tests/general/fixtures/matrix-axis003.xml
Eren ATAS 2e84bdf5b6 Removed the unnecessary empty combinationFilter Tag
In the current implementation, jjb creates an empty
combinationFilter tag whenever there is `executionStrategy`.
This empty tag should not appear.

Change-Id: I2bf25ae58d12904ce0a00e0a5cfefbf27d9451ad
Signed-off-by: Eren ATAS <eatas.contractor@libertyglobal.com>
2020-07-07 11:32:51 +02:00

31 lines
1.0 KiB
XML

<?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>