forked from jenkinsci/branch-api-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
53 lines (53 loc) · 2.2 KB
/
config.xml
File metadata and controls
53 lines (53 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version='1.1' encoding='UTF-8'?>
<integration.harness.BasicMultiBranchProject>
<actions/>
<description></description>
<properties/>
<folderViews class="jenkins.branch.MultiBranchProjectViewHolder">
<owner class="integration.harness.BasicMultiBranchProject" reference="../.."/>
</folderViews>
<healthMetrics/>
<icon class="jenkins.branch.MetadataActionFolderIcon">
<owner class="integration.harness.BasicMultiBranchProject" reference="../.."/>
</icon>
<orphanedItemStrategy class="com.cloudbees.hudson.plugins.folder.computed.DefaultOrphanedItemStrategy" plugin="cloudbees-folder@6.1053.vd62fb_b_f7367b_">
<pruneDeadBranches>true</pruneDeadBranches>
<daysToKeep>-1</daysToKeep>
<numToKeep>-1</numToKeep>
<abortBuilds>false</abortBuilds>
</orphanedItemStrategy>
<triggers/>
<disabled>false</disabled>
<sources class="jenkins.branch.MultiBranchProject$BranchSourceList">
<data>
<jenkins.branch.BranchSource>
<source class="jenkins.scm.impl.mock.MockSCMSource">
<controllerId>c6fb4b23-2907-4f7c-9337-e07d687ecccb</controllerId>
<repository>xxx</repository>
<traits>
<jenkins.scm.impl.mock.MockSCMDiscoverBranches/>
</traits>
</source>
<strategy class="jenkins.branch.DefaultBranchPropertyStrategy">
<properties class="empty-list"/>
</strategy>
</jenkins.branch.BranchSource>
<jenkins.branch.BranchSource>
<source class="jenkins.scm.impl.mock.MockSCMSource">
<controllerId>c6fb4b23-2907-4f7c-9337-e07d687ecccb</controllerId>
<repository>yyy</repository>
<traits>
<jenkins.scm.impl.mock.MockSCMDiscoverBranches/>
</traits>
</source>
<strategy class="jenkins.branch.DefaultBranchPropertyStrategy">
<properties class="empty-list"/>
</strategy>
</jenkins.branch.BranchSource>
</data>
<owner class="integration.harness.BasicMultiBranchProject" reference="../.."/>
</sources>
<factory class="integration.harness.BasicBranchProjectFactory">
<owner class="integration.harness.BasicMultiBranchProject" reference="../.."/>
</factory>
</integration.harness.BasicMultiBranchProject>