2e84bdf5b6
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>
13 lines
379 B
XML
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>
|