-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Expand file tree
/
Copy pathsite.xml
More file actions
60 lines (60 loc) · 2.44 KB
/
site.xml
File metadata and controls
60 lines (60 loc) · 2.44 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
<?xml version="1.0" encoding="UTF-8"?>
<!-- This maven skin decorates the taglib documentation located at https://reports.jenkins.io/core-taglib/jelly-taglib-ref.html -->
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Jenkins">
<body>
<breadcrumbs>
<item name="Homepage" href="https://jenkins.io/" target="_blank"/>
</breadcrumbs>
<head>
<![CDATA[
<script src="https://cdn.jsdelivr.net/npm/lit@3.3.2/polyfill-support.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs@2.8.0/webcomponents-loader.js"></script>
<script data="jio" src="https://cdn.jsdelivr.net/npm/@jenkinsci/jenkins-io-components/+esm" type="module"></script>
<script data="jio" nomodule="" src="https://cdn.jsdelivr.net/npm/@jenkinsci/jenkins-io-components"></script>
<jio-navbar class="fixed-top" property="https://reports.jenkins.io"></jio-navbar>
<!-- Overwrite bootstrap classes from maven-fluido-skin to put the jio-components in place -->
<style>
.container-fluid {
padding-right: 0px;
padding-left: 0px;
}
hr {
border-top: 0px;
border-bottom: 0px;
margin: 0px;
}
#poweredBy {
display: none;
}
</style>
]]>
</head>
<footer>
<![CDATA[
<jio-footer property="https://reports.jenkins.io"></jio-footer>
]]>
</footer>
</body>
<bannerLeft name="Jenkins Taglib Documentation"/>
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>2.1.0</version>
</skin>
<custom>
<matomo>
<siteId>3</siteId>
<url>https://jenkins-matomo.do.g4v.dev</url>
<options>
<disableCookies/>
<trackPageView/>
<enableLinkTracking/>
</options>
</matomo>
<fluidoSkin>
<sideBarEnabled>false</sideBarEnabled>
</fluidoSkin>
</custom>
</site>