-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (101 loc) · 4.78 KB
/
index.html
File metadata and controls
116 lines (101 loc) · 4.78 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
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8"/>
<title>Design Fest: Jenkins Plugins</title>
<meta name="author" content="Sarah Haselbauer"/>
<link href="css/coffee.css" rel="stylesheet"/>
<link href="css/pretty.css" rel="stylesheet"/>
<link href="css/templateProject.css" rel="stylesheet"/>
</head>
<body>
<div id="impress" class="presentation">
<div class="fallback-message">
<p>Your browser <strong>doesn't support the features required</strong> by impress.[js|coffee], so you are
presented with a simplified version of this presentation.</p>
<p>For the best experience please use the latest <strong>Chrome</strong> or <strong>Safari</strong> browser.</p>
</div>
<article class="slide title" data-x="1000" data-y="1500" id="title">
<p id="textbg" onclick="test();">Jenkins Plugins<br /><span id="textsubtitle"> - Design Fest -</span></p>
<p class="textbgsub">Sarah Haselbauer<br /><a href="mailto:[email protected]" class="inline">[email protected]</a></p>
<p class="textbgsub" id="inputToken">Token: <input type="password" value="" id="tokenInput"/>
<div class='source contrastBox'>
Source: <a
href="http://www.flickr.com/photos/bdesham/2432400623/sizes/l/in/photostream/">by flickr:bdesham</a>
</div>
</article>
<article data-x="2000" data-y="1500" class="slide dealer">
<p id="textbg">Dealer</p>
<p id="textbgsub60">Presentation concept and blue print for this presentation:<br /><a href="https://github.com/mo-gr/wcig4d/">mo-gr a.k.a Moritz</a></p>
</article>
<article data-x="1000" data-y="2500" class="slide category systemintegrations" id="systemintegrations">
<h2>System Integrations</h2>
<ul>
<li>CVS</li>
<li>URL SCM Plugin</li>
<li>Multiple SCMs Plugin</li>
<li>Jira Plugin</li>
<li>Jira Issue Updater Plugin</li>
<li>Confluence Publisher Plugin</li>
<li>Sonar Plugin</li>
<li>Jenkins Instant Messaging Plugin + Jabber Plugin</li>
<li>iphone View Plugin</li>
<li>ViewVC (for SVN,CVS)</li>
<li>Play! framework plugin</li>
<li>JBPM Plugin (experimental)</li>
</ul>
<div class='source contrastBox'>
Source: <a
href="http://www.flickr.com/photos/intvgene/370973576/sizes/l/in/photostream/">by flickr:intvgene</a>
</div>
</article>
<article data-x="2000" data-y="2500" timeout="30" class="slide systemintegrations withvoting">
<span class="timer"></span>
<h2>Jira Plugin</h2>
<ul>
<li>according to changes listed per build</li>
<li>Builds with appropriate jira ticket references >> comment with link to concrete jenkins build in the jira ticket</li>
<li>technical user account required</li>
</ul>
</article>
<article data-x="2700" data-y="2600" data-rotate-z= "30" class="slide systemintegrations withvoting">
<span class="timer"></span>
<h2>Jira Issue Updater Plugin</h2>
<ul>
<li>offers to execute a transition according to the job result</li>
<li>transition executions can be commented automatically</li>
<li>requires jira filter</li>
<li>(-) plenty of configuration steps compared to a lot other plugins</li>
<li>(-) occasionally dangerous, if jira filter configuration inaccurate</li>
</ul>
</article>
<article data-x="2000" data-y="3500" class="slide title beforeResults">
<h2>Results</h2>
<form>
<input type="button" value="generate" onclick="MakeReportRequest();" />
</form>
</article>
<article data-scale="3.5" data-x="-500" data-y="2500" class="remove overview hidden blackText resultReference" id="fragen">
<div style="font-size: 60px;">Questions?</div>
</article>
<article data-scale="3.5" data-x="2000" data-y="2500" class="remove overview hidden blackText" id="smile">
<div style="font-size: 1px;"></div>
</article>
</div>
<script src="js/impress.js"></script>
<script src="js/prettify.js"></script>
<script src="js/coffee-script.js"></script>
<script src="js/liveCode.js"></script>
<script src="js/serverCommunication/ajax.js"></script>
<script src="js/serverCommunication/timer.js"></script>
<script src="js/serverCommunication/vote.js"></script>
<script src="js/serverCommunication/votereport.js"></script>
<script type="text/javascript">
prettyPrint();
var pres = document.getElementsByTagName('PRE');
for (var i = 0; i < pres.length; i++) {
manageLiveCoding(pres[i].id);
}
</script>
</body>
</html>