forked from mika/jenkins-debian-glue.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (61 loc) · 2.52 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>jenkins-debian-glue - Continuous Integration / Delivery for Debian packages</title>
<link href="/css/bootstrap.css" rel="stylesheet"/>
<meta http-equiv="content-Type" content="text/html; charset=utf-8">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">jenkins-debian-glue</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="/getting_started/">Getting Started</a></li>
<li><a href="/docs/">Docs</a></li>
<li><a href="/faq/">FAQ</a></li>
<li><a href="/contribute/">Contribute</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<div class="hero-unit">
<h2>Continuous Integration for Debian and Ubuntu made easy</h2>
<p>jenkins-debian-glue allows you to build Debian & Ubuntu packages
directly from the Jenkins Continuous Integration system!</p>
<p><a class="btn btn-primary btn-large" href="/getting_started/">Getting started</a></p>
<br />
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/9asp2ZvH90A?autohide=1&showinfo=0" frameborder="0" allowfullscreen></iframe></p>
<noscript>
<p><i>This embedded video doesn't work for you? Try heading over to <a href="http://www.youtube.com/watch?v=9asp2ZvH90A">YouTube</a>.</i></p>
</noscript>
<p>NEWS: <a href="https://github.com/mika/jenkins-debian-glue/blob/master/debian/changelog">v0.17.0</a>
released with bug fix for Debian/stretch and support for $RELEASE_DISTRIBUTION in release repositories and reprepro wrapper script via $REPREPRO_CMD!</p>
</div>
<a href="https://github.com/mika/jenkins-debian-glue"><img
style="position: absolute; top: 40px; right: 0; border: 0;"
src="/img/forkme_right_orange_ff7600.png"
alt="Fork me on GitHub"></a>
<hr>
<footer class="footer">
<p>© 2011-2016 Michael Prokop | <a href="http://michael-prokop.at/impressum/">Imprint</a></p>
</footer>
</div> <!-- /container -->
</body>
</html>