summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/project_folder_template003.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yamlparser/fixtures/project_folder_template003.xml')
-rw-r--r--tests/yamlparser/fixtures/project_folder_template003.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/yamlparser/fixtures/project_folder_template003.xml b/tests/yamlparser/fixtures/project_folder_template003.xml
new file mode 100644
index 00000000..717ab44d
--- /dev/null
+++ b/tests/yamlparser/fixtures/project_folder_template003.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<com.cloudbees.hudson.plugins.folder.Folder plugin="cloudbees-folder">
+ <icon class="com.cloudbees.hudson.plugins.folder.icons.StockFolderIcon"/>
+ <views/>
+ <viewsTabBar class="hudson.views.DefaultViewsTabBar"/>
+ <primaryView>All</primaryView>
+ <healthMetrics/>
+ <actions/>
+ <description>foo bar&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
+ <keepDependencies>false</keepDependencies>
+ <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
+ <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
+ <concurrentBuild>false</concurrentBuild>
+ <canRoam>true</canRoam>
+ <properties>
+ <com.cloudbees.hudson.plugins.folder.properties.AuthorizationMatrixProperty>
+ <inheritanceStrategy class="org.jenkinsci.plugins.matrixauth.inheritance.InheritParentStrategy"/>
+ <permission>hudson.model.Item.Read:foobar</permission>
+ <permission>hudson.model.Item.ExtendedRead:foobar</permission>
+ </com.cloudbees.hudson.plugins.folder.properties.AuthorizationMatrixProperty>
+ </properties>
+ <scm class="hudson.scm.NullSCM"/>
+ <publishers/>
+ <buildWrappers/>
+</com.cloudbees.hudson.plugins.folder.Folder>