-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.html
90 lines (82 loc) · 4.16 KB
/
plugin.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
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Peter Vilim - Projects</title>
<meta charset="utf-8">
<link rel="stylesheet" href="pv.css">
<link rel="shortcut icon" href="favicon.ico">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39932925-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="Whole">
<div id="Mwrapper">
<div id="MainContent">
<header>
<h1>Delphix Jenkins Plugin</h1>
</header>
<article class="content">
<h1>Overview</h1>
<p class="tab">
The Delphix Jenkins Plugin project grew out of a well received hackathon project that was voted best project at the Delphix March 2015 hackathon. The plugin was adopted by several Delphix customers shortly after it was released. It gives an easy way to integrate Jenkins jobs with a Delphix Engine by providing several additional build steps as well as tight integration through logging and other features. The plugin is under active development and being beta tested by several Delphix customers.
</p>
<h1>Description</h1>
<p class="tab">
See the project's <a href=https://github.com/delphix/delphix-jenkins-plugin/>GitHub page</a> for the latest description and features.
<h1>Technology</h1>
<ul>
<li>Code in Java with Jenkins extensions</li>
<li>Checkstyle and findbugs for code quality</li>
<li>Junit for tests with near 100% coverage as reported by jacoco</li>
<li>Gradle for build system</li>
</ul>
</article>
</div>
</div>
<div id="Swrapper">
<nav>
<ul>
<li><h1></h1>
<ul>
<li><a href="index.html" title="Peter Vilim">Main</a></li>
<li><a href="about.html" title="About Me">About Me</a></li>
<li><a href="contact.html" title="Contact">Contact</a></li>
<li><a href="Resume - P. Vilim.pdf" title="Resume">Resume (PDF)</a></li>
</ul>
</li>
<li><h1>Projects</h1>
<ul>
<li><a href="sales.html" title="Sales Analytics">Sales Analytics</a></li>
<li class="current"><a href="plugin.html" title="Delphix Jenkins Plugin">Delphix Jenkins Plugin</a></li>
<li ><a href="radtrac.html" title="RadTrac">RadTrac</a></li>
<li><a href="bigdata.html" title="Big Data Visualization">Big Data Visualization</a></li>
<li><a href="shippingmanager.html" title="Shipping Manager">Shipping Manager</a></li>
<li><a href="evidencebox.html" title="Evidence Box">Evidence Box</a></li>
<li><a href="others.html" title="Others">Others...</a></li>
</ul>
</li>
<li><h1>External</h1>
<ul>
<li><a target="_blank" href="https://github.com/peterlvilim" title="GitHub: peterlvilim">GitHub</a></li>
<li><a target="_blank" href="http://www.linkedin.com/pub/peter-vilim/1a/467/750" title="LinkedIn: peter-vilim">LinkedIn</a></li>
<li><a target="_blank" href="https://youtu.be/pXQ-SRwUdY4" title="JUC East 2015">Jenkins User Conference 2015 Talk</a></li>
</ul>
<li><h1>Blogs</h1>
<ul>
<li><a target="_blank" href="http://blog.delphix.com/peter-villim/2015/10/16/first-customer-support-escalation" title="Escalation blog">Customer Escalation Blog</a></li>
<li><a target="_blank" href="http://blog.delphix.com/peter-villim/2015/05/08/my-first-engineering-kickoff-at-delphix-hackathon/" title="Hackathon blog">Hackathon Blog</a></li>
<li><a target="_blank" href="http://blog.delphix.com/amerriweather/2014/09/09/takeaways-summer-engineering-internship-delphix/" title="Internship blog">Delphix Internship Blog</a></li>
</ul>
</li></ul>
</li></ul>
</nav>
</div>
</div>
</body></html>