-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.html
234 lines (224 loc) · 7.81 KB
/
features.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
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!doctype html>
<html>
<head>
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
<!-- Use title if it's in the page YAML frontmatter -->
<title>GO.CD features</title>
<link href='//fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<link href="/stylesheets/site.css" rel="stylesheet" />
<script src="/javascripts/all.js"></script>
<script src="/javascripts/main.js"></script>
</head>
<body class="features">
<header class="top">
<div class="container">
<a href="/index.html" class="logo"><img src="/images/Go_logo.png" /></a>
<nav class="mainnav">
<ul class="level0">
<li class="dropdown">
<a href="/features.html">Features</a>
<ul>
<li><a href="/plugins.html">Plugins</a></li>
<li><a href="roadmap.html">Roadmap</a></li>
<li><a href="/subscribe.html">Subscribe to updates</a></li>
</ul>
</li>
<li class="dropdown">
<a href="/community.html">Community</a>
<ul>
<li><a href="/contribute.html">Contribute</a></li>
<li><a href="/cla.html">CLA</a></li>
<li><a href="/open-issues.html">Open Issues</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="partners.html">Partners</a></li>
</ul>
</li>
<li><a href="#">Blog</a></li>
<li class="dropdown">
<a href="/help.html">Help</a>
<ul>
<li><a href="getting-started/part-1.html">Getting started</a></li>
<li><a href="/download.html">Download</a></li>
</ul>
</li>
</ul>
</nav>
<button class="navbtn menu collapse">
<span></span>
</button>
</div>
</header>
<span id="top"></span>
<div class="inner-banner plugins">
<div class="container">
<h1 class="caption"><span>Why GoCD?</span></h1>
</div>
</div>
<main>
<div class="container">
<div class="go-features">
<div class="row">
<div class="col-sm-4">
<figure>
<img src="/images/go.cd_Model-complex-workflows.png" />
</figure>
</div>
<div class="col-sm-8">
<h4 class="features__title"> Model complex workflows</h4>
<p>With its parallel and sequential execution, GoCD can easily configure dependencies for fast feedback and on-demand deployment. Its fan-in/fan-out dependency management always does the "right thing," avoiding spurious builds.
</p>
</div>
<hr/>
</div>
<div class="row">
<div class="col-sm-push-8 col-sm-4">
<figure>
<img src="/images/go.cd_promoted-trusted-artifacts.png" />
</figure>
</div>
<div class="col-sm-pull-4 col-sm-8">
<h4 class="features__title">Promote trusted artifacts</h4>
<p>Every pipeline instance is anchored to a particular changeset. GoCD makes it easy to pass once-built binaries between stages so you know exactly what's being deployed and that the binary has been tested.
</p>
</div>
<hr/>
</div>
<div class="row">
<div class="col-sm-4">
<figure>
<img src="/images/go.cd_See-how-things-really-work.png" />
</figure>
</div>
<div class="col-sm-8">
<h4 class="features__title">See how your workflow really works
</h4>
<p>GoCD's real power is in the visibility it provides over your end-to-end workflow. GoCD's Value Stream Map lets you track a change from commit to deploy at a glance. And when things go wrong, it's easy to see both the upstream cause and the downstream effects.</p>
</div>
<hr/>
</div>
<div class="row">
<div class=" col-sm-push-8 col-sm-4">
<figure>
<img src="/images/go.cd_Deploy-any-version-anytime.png" />
</figure>
</div>
<div class="col-sm-pull-4 col-sm-8">
<h4 class="features__title">Deploy any version, any time</h4>
<p>GoCD's manual triggers allow you to deploy any known good version of your application to wherever you like. This increases reliability of pushing to production, and empowers QA teams with self-service environments. And, if necessary, it's securable and auditable.
</p>
</div>
<hr/>
</div>
<div class="row">
<div class="col-sm-4">
<figure>
<img src="/images/go.cd_run-and-grok-your-tests.png" />
</figure>
</div>
<div class="col-sm-8">
<h4 class="features__title">Run and grok your tests</h4>
<p>Verification is a key piece of any deployment pipeline. GoCD will execute tests written in most languages or frameworks. GoCD's agent grid provides parallel and cross-platform execution. GoCD's test reporting will tell you in exactly which changeset and on which platform a test started breaking, which comes in extremely handy when fixing a complex broken build.
</p>
</div>
<hr/>
</div>
<div class="row">
<div class="col-sm-push-8 col-sm-4">
<figure>
<img src="/images/go.cd_Compare-Builds.png" />
</figure>
</div>
<div class="col-sm-pull-4 col-sm-8">
<h4 class="features__title">Compare builds</h4>
<p>GoCD's compare builds feature can provide a simple bill of materials for any deployment. Perhaps more powerful is its ability to compare the content - both files and commit messages - across any two arbitrary builds. This is invaluable when troubleshooting a broken pipeline.</p>
</div>
<hr/>
</div>
<div class="row">
<div class="col-sm-4">
<figure>
<img src="/images/go.cd_elliminates-bottlenecks.png" />
</figure>
</div>
<div class="col-sm-8">
<h4 class="features__title">Eliminate bottlenecks</h4>
<p>GoCD's agent grid eliminates bottlenecks, providing trivial parallel execution across pipelines, platforms, versions, branches, etc.</p>
</div>
<hr/>
</div>
<div class="row">
<div class="col-sm-push-8 col-sm-4">
<figure>
<img src="/images/go.cd_keep-configuration-tidy.png" />
</figure>
</div>
<div class="col-sm-pull-4 col-sm-8">
<h4 class="features__title">Keep configuration tidy</h4>
<p>Easily reuse pipeline configurations via GoCD's template system. This makes managing pipelines for versions and branches easy as pie.
</p>
</div>
<hr/>
</div>
<div class="row">
<div class="col-sm-4">
<figure>
<img src="/images/go.cd_trust-your-team.png" />
</figure>
</div>
<div class="col-sm-8">
.
<h4 class="features__title">Trust your team; be responsible</h4>
<p>While most enterprise applications go overboard with their permission model, GoCD seeks to provide just enough. In particular, GoCD supports auditable deployment and can delegate the configuration of pipelines to users without full-blown admin privileges.
</p>
</div>
</div>
</div>
</div>
</div>
</main>
<div class="join-community">
<div class="container">
<h3>Join our community</h3>
<ul>
<li>
<a href="#">
<i class="fa fa-user-plus"></i>
join us
</a>
</li>
<li>
<a href="#">
<i class="fa fa-wechat"></i>
Talk to us
</a>
</li>
<li>
<a href="#">
<i class="fa fa-binoculars"></i>
watch us
</a>
</li>
<li>
<a href="#">
<i class="fa fa-twitter"></i>
follow us
</a>
</li>
</ul>
</div>
</div>
<footer>
<div class="container">
<p class="help-us-improve">Make this place better, <a href="https://github.com/gocd/gocd.github.io/fork">fork</a> it or <a href="https://github.com/gocd/gocd.github.io/issues">suggest</a> something.</p>
<p>
Go is an open source project, sponsored by <a target="_blank" href="http://www.thoughtworks.com">ThoughtWorks Inc.</a> under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank" title="Apache 2.0 License">Apache License, Version 2.0</a>
</p>
</div>
<a href="#top">top</a>
</footer>
</body>
</html>