summaryrefslogtreecommitdiffstats
path: root/tests/general/fixtures/matrix-axis-p4-strategy-file.xml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-08-15 19:00:57 +0000
committerGerrit Code Review <review@openstack.org>2019-08-15 19:00:57 +0000
commitead185134d8aa5d3d0974207356de6c4fdb2e6e8 (patch)
tree33e3a3e584bf2cda1f03c132f22a4e9126b6fce5 /tests/general/fixtures/matrix-axis-p4-strategy-file.xml
parenta1eb48e9397d054e57a06d9f93adf06d4d6784f6 (diff)
parent5117d87e8c7b9272f1ac5ef59f2f05afc32c9715 (diff)
downloadpython-jenkins-job-builder-ead185134d8aa5d3d0974207356de6c4fdb2e6e8.tar.gz
python-jenkins-job-builder-ead185134d8aa5d3d0974207356de6c4fdb2e6e8.tar.xz
python-jenkins-job-builder-ead185134d8aa5d3d0974207356de6c4fdb2e6e8.zip
Merge "Add support for two new plugins, and a new version of one"
Diffstat (limited to 'tests/general/fixtures/matrix-axis-p4-strategy-file.xml')
-rw-r--r--tests/general/fixtures/matrix-axis-p4-strategy-file.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/general/fixtures/matrix-axis-p4-strategy-file.xml b/tests/general/fixtures/matrix-axis-p4-strategy-file.xml
new file mode 100644
index 00000000..de485efa
--- /dev/null
+++ b/tests/general/fixtures/matrix-axis-p4-strategy-file.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<matrix-project>
+ <executionStrategy class="org.jenkinsci.plugins.p4.matrix.MatrixOptions">
+ <runSequentially>false</runSequentially>
+ <buildParent>false</buildParent>
+ </executionStrategy>
+ <axes/>
+ <actions/>
+ <keepDependencies>false</keepDependencies>
+ <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
+ <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
+ <concurrentBuild>false</concurrentBuild>
+ <canRoam>true</canRoam>
+</matrix-project>