summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/auth-jobs/project-in-folder-with-auth-properties2.xml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-07-17 13:55:00 +0000
committerGerrit Code Review <review@openstack.org>2020-07-17 13:55:00 +0000
commitc5fac510f20b1ec9c73c8ea903c79d0757e0d757 (patch)
tree8a19f73009a31300a407615ad0f287348ae2d7bd /tests/yamlparser/fixtures/auth-jobs/project-in-folder-with-auth-properties2.xml
parentfd85f3475473684f71d51547626d4e58d70aa5e3 (diff)
parent703a76650f746bad713fef55389a616f0067255a (diff)
downloadpython-jenkins-job-builder-master-patches.tar.gz
python-jenkins-job-builder-master-patches.tar.xz
python-jenkins-job-builder-master-patches.zip
Merge "Fix Authorization Matrix property - inheritance strategy"master-patches
Diffstat (limited to 'tests/yamlparser/fixtures/auth-jobs/project-in-folder-with-auth-properties2.xml')
-rw-r--r--tests/yamlparser/fixtures/auth-jobs/project-in-folder-with-auth-properties2.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/yamlparser/fixtures/auth-jobs/project-in-folder-with-auth-properties2.xml b/tests/yamlparser/fixtures/auth-jobs/project-in-folder-with-auth-properties2.xml
new file mode 100644
index 00000000..3669b217
--- /dev/null
+++ b/tests/yamlparser/fixtures/auth-jobs/project-in-folder-with-auth-properties2.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project>
+ <actions/>
+ <description>&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
+ <keepDependencies>false</keepDependencies>
+ <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
+ <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
+ <concurrentBuild>false</concurrentBuild>
+ <canRoam>true</canRoam>
+ <properties>
+ <hudson.security.AuthorizationMatrixProperty>
+ <inheritanceStrategy class="org.jenkinsci.plugins.matrixauth.inheritance.InheritParentStrategy"/>
+ <permission>hudson.model.Item.Build:auser</permission>
+ </hudson.security.AuthorizationMatrixProperty>
+ </properties>
+ <scm class="hudson.scm.NullSCM"/>
+ <builders/>
+ <publishers/>
+ <buildWrappers/>
+</project>