forked from eucalyptus/micro-qa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
144 lines (144 loc) · 5.92 KB
/
config.xml
File metadata and controls
144 lines (144 loc) · 5.92 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<?xml version='1.0' encoding='UTF-8'?>
<hudson>
<disabledAdministrativeMonitors>
<string>jenkins.security.RekeySecretAdminMonitor</string>
</disabledAdministrativeMonitors>
<version>1.503</version>
<numExecutors>5</numExecutors>
<mode>NORMAL</mode>
<useSecurity>true</useSecurity>
<authorizationStrategy class="hudson.security.AuthorizationStrategy$Unsecured"/>
<securityRealm class="hudson.security.SecurityRealm$None"/>
<projectNamingStrategy class="jenkins.model.ProjectNamingStrategy$DefaultProjectNamingStrategy"/>
<workspaceDir>${ITEM_ROOTDIR}/workspace</workspaceDir>
<buildsDir>${ITEM_ROOTDIR}/builds</buildsDir>
<jdks/>
<viewsTabBar class="hudson.views.DefaultViewsTabBar"/>
<myViewsTabBar class="hudson.views.DefaultMyViewsTabBar"/>
<clouds/>
<slaves/>
<quietPeriod>5</quietPeriod>
<scmCheckoutRetryCount>0</scmCheckoutRetryCount>
<views>
<hudson.model.AllView>
<owner class="hudson" reference="../../.."/>
<name>All</name>
<filterExecutors>false</filterExecutors>
<filterQueue>false</filterQueue>
<properties class="hudson.model.View$PropertyList"/>
</hudson.model.AllView>
<hudson.plugins.view.dashboard.Dashboard plugin="dashboard-view@2.6">
<owner class="hudson" reference="../../.."/>
<name>Testing</name>
<description><html>
<head>
<title>HTML Online Editor Sample</title>
</head>
<body>
<h1>
Welcome to Micro-QA v2.2</h1>
<p>
This Jenkins server is intended to provide an easy way to get going with both Eutester and Eutester4j<br>
in order to validate and debug cloud installations.
</p>
<h2> Running a Test </h2>
<p>In order to run a test click the "play" button to the right of each job listed, then enter your eucarc file into<br>
the field provided. At the bottom of the page you should see a "Build" button which will kick off the test.</p>
</body>
</html>
</description>
<filterExecutors>false</filterExecutors>
<filterQueue>false</filterQueue>
<properties class="hudson.model.View$PropertyList"/>
<jobNames>
<comparator class="hudson.util.CaseInsensitiveComparator"/>
<string>Custom Eutester Script</string>
<string>EBS Suite</string>
<string>Eutester4j Suite</string>
<string>Instance Suite</string>
</jobNames>
<jobFilters/>
<columns>
<hudson.views.StatusColumn/>
<hudson.views.WeatherColumn/>
<hudson.views.JobColumn/>
<jenkins.plugins.extracolumns.DescriptionColumn plugin="extra-columns@1.9">
<displayName>false</displayName>
<trim>false</trim>
<displayLength>1</displayLength>
</jenkins.plugins.extracolumns.DescriptionColumn>
<hudson.views.LastSuccessColumn/>
<hudson.views.LastFailureColumn/>
<hudson.views.LastDurationColumn/>
<hudson.views.BuildButtonColumn/>
</columns>
<recurse>false</recurse>
<useCssStyle>false</useCssStyle>
<includeStdJobList>true</includeStdJobList>
<leftPortletWidth>50%</leftPortletWidth>
<rightPortletWidth>50%</rightPortletWidth>
<leftPortlets/>
<rightPortlets/>
<topPortlets/>
<bottomPortlets/>
</hudson.plugins.view.dashboard.Dashboard>
<hudson.plugins.view.dashboard.Dashboard plugin="dashboard-view@2.6">
<owner class="hudson" reference="../../.."/>
<name>Debugging</name>
<description><html>
<head>
<title>HTML Online Editor Sample</title>
</head>
<body>
<h1>
Welcome to Micro-QA v2.1</h1>
<p>
This Jenkins server is intended to provide an easy way to get going with both Eutester and Eutester4j<br>
in order to validate and debug their cloud installations.
</p>
<h2> Running a Test </h2>
<p>In order to run a test click the "play" button to the right of each job listed, then enter your cloud topology<br>
in the field provided as well as the root password for your cloud infrastructure machines.At the bottom of the<br>
page you should see a "Build" button which will kick off the test.</p>
</body>
</html>
</description>
<filterExecutors>false</filterExecutors>
<filterQueue>false</filterQueue>
<properties class="hudson.model.View$PropertyList"/>
<jobNames>
<comparator class="hudson.util.CaseInsensitiveComparator"/>
<string>Get Debug</string>
</jobNames>
<jobFilters/>
<columns>
<hudson.views.StatusColumn/>
<hudson.views.WeatherColumn/>
<hudson.views.JobColumn/>
<jenkins.plugins.extracolumns.DescriptionColumn plugin="extra-columns@1.9">
<displayName>false</displayName>
<trim>false</trim>
<displayLength>1</displayLength>
</jenkins.plugins.extracolumns.DescriptionColumn>
<hudson.views.LastSuccessColumn/>
<hudson.views.LastFailureColumn/>
<hudson.views.LastDurationColumn/>
<hudson.views.BuildButtonColumn/>
</columns>
<recurse>false</recurse>
<useCssStyle>false</useCssStyle>
<includeStdJobList>true</includeStdJobList>
<leftPortletWidth>50%</leftPortletWidth>
<rightPortletWidth>50%</rightPortletWidth>
<leftPortlets/>
<rightPortlets/>
<topPortlets/>
<bottomPortlets/>
</hudson.plugins.view.dashboard.Dashboard>
</views>
<primaryView>Testing</primaryView>
<slaveAgentPort>0</slaveAgentPort>
<label></label>
<nodeProperties/>
<globalNodeProperties/>
</hudson>