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>
26 lines
916 B
XML
26 lines
916 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<matrix-project>
|
|
<executionStrategy class="hudson.matrix.DefaultMatrixExecutionStrategyImpl">
|
|
<runSequentially>false</runSequentially>
|
|
<touchStoneCombinationFilter>os == "linux"</touchStoneCombinationFilter>
|
|
<touchStoneResultCondition>
|
|
<name>SUCCESS</name>
|
|
<ordinal>0</ordinal>
|
|
<color>BLUE</color>
|
|
</touchStoneResultCondition>
|
|
</executionStrategy>
|
|
<axes/>
|
|
<actions/>
|
|
<description><!-- Managed by Jenkins Job Builder --></description>
|
|
<keepDependencies>false</keepDependencies>
|
|
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
|
|
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
|
|
<concurrentBuild>false</concurrentBuild>
|
|
<canRoam>true</canRoam>
|
|
<properties/>
|
|
<scm class="hudson.scm.NullSCM"/>
|
|
<builders/>
|
|
<publishers/>
|
|
<buildWrappers/>
|
|
</matrix-project>
|