jenkins-job-builder/tests/wrappers/fixtures/matrix-tie-parent.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

13 lines
379 B
XML

<?xml version="1.0" encoding="utf-8"?>
<matrix-project>
<executionStrategy class="hudson.matrix.DefaultMatrixExecutionStrategyImpl">
<runSequentially>false</runSequentially>
</executionStrategy>
<axes/>
<buildWrappers>
<matrixtieparent.BuildWrapperMtp>
<labelName>Unix</labelName>
</matrixtieparent.BuildWrapperMtp>
</buildWrappers>
</matrix-project>