Support Matrix Tie Parent Plugin in wrappers
Change-Id: I9c55ed443496bf4573969f83750c46bd678290a7
This commit is contained in:
committed by
David Pursehouse
parent
1b88a66db2
commit
4a1bc78272
13
tests/wrappers/fixtures/matrix-tie-parent.xml
Normal file
13
tests/wrappers/fixtures/matrix-tie-parent.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<matrix-project>
|
||||
<executionStrategy class="hudson.matrix.DefaultMatrixExecutionStrategyImpl">
|
||||
<runSequentially>false</runSequentially>
|
||||
</executionStrategy>
|
||||
<combinationFilter/>
|
||||
<axes/>
|
||||
<buildWrappers>
|
||||
<matrixtieparent.BuildWrapperMtp>
|
||||
<labelName>Unix</labelName>
|
||||
</matrixtieparent.BuildWrapperMtp>
|
||||
</buildWrappers>
|
||||
</matrix-project>
|
||||
4
tests/wrappers/fixtures/matrix-tie-parent.yaml
Normal file
4
tests/wrappers/fixtures/matrix-tie-parent.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
project-type: matrix
|
||||
wrappers:
|
||||
- matrix-tie-parent:
|
||||
node: Unix
|
||||
Reference in New Issue
Block a user