-
Notifications
You must be signed in to change notification settings - Fork 2
/
glossary.html
209 lines (187 loc) · 8.53 KB
/
glossary.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
<!doctype html>
<html lang="en">
<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" />
<meta content="Continuous Delivery Dictionary" name="description" />
<meta content="" name="keywords" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@goforcd" />
<meta name="twitter:title" content="Continuous Delivery Dictionary | GoCD" />
<meta name="twitter:description" content="Continuous Delivery Dictionary" />
<meta name="twitter:image" content="https://preview.gocd.org/assets/images/gocd_continuous_delivery_thoughtworks_twitter-9cfe1828.jpg" />
<link rel="canonical" href="https://preview.gocd.org/glossary.html" />
<title>Continuous Delivery Dictionary | GoCD</title>
<link href="assets/images/favicon.ico" rel="shortcut icon" />
<link href="assets/stylesheets/site-8aa753e5.css" rel="stylesheet" />
<script src="assets/javascripts/all-10e8d5d5.js" data-manual="true"></script>
<link rel="alternate" type="application/atom+xml" title="GoCD blog feed" href="feed.xml" />
<script>
$(document).ready(function(){
$('.chocolat-parent').Chocolat();
});
</script>
</head>
<body class="glossary">
<header class="top">
<div class="container">
<a href="./" class="logo" analytics-label="logo"><img src="assets/images/go_logo-5b5ca9e1.svg" title="GoCD Logo" alt="GoCD Logo" /></a>
<nav class="mainnav">
<ul class="level0">
<li><a href="why-gocd/" class="link_whygocd" analytics-label="link_whygocd">Features</a></li>
<li><a href="https://docs.gocd.org/current/" class="link_documentation" analytics-label="link_help>link_documentation">Documentation</a></li>
<li><a href="blog/" class="link_blog" analytics-label="Blog">Blog</a></li>
<li><a href="download/" class="link_download" analytics-label="Download">Download</a></li>
</ul>
</nav>
<button class="navbtn menu collapse">
<span></span>
</button>
</div>
</header>
<span id="top"></span>
<header class="campaign-header">
<div class="campaign-banner">
<div class="banner-content">
<h1 class="caption">CONTINUOUS DELIVERY DICTIONARY</h1>
</div>
<figure>
<img src="assets/images/campaign/jenkins/jenkins-hero-3-04215858.jpg" alt="GoCD and Jenkins" title="Continuous Delivery Dictionary" />
</figure>
</div>
</header>
<main role="main">
<div class="container">
<div class="intro">
<h1>Continuous Delivery Dictionary</h1>
<p class="col-xs-10 col-xs-offset-1">This is a Continuous Delivery Dictionary.</p>
</div>
</div>
<div class="container">
<table class="compare-table">
<tr>
<th>Keyword</th>
<th class="column-header">Definition</th>
</tr>
<tr>
<td class="row-header">CD pipeline</td>
<td>A CD (continuous delivery) pipeline is also known as a deployment pipeline. Different automated tests will be run at different stages. Only once the code goes through the entire deployment pipeline can the software be delivered to production. Deployments can occur manually or automatically (see continuous deployment)</td>
</tr>
<tr>
<td class="row-header">
Build pipeline</td>
<td>Also known as a deployment pipeline or a CD pipeline.</td>
</tr>
<tr>
<td class="row-header">Deployment pipeline</td>
<td>
A deployment pipeline consists of multiple stages, each of which will be run in order. If a stage fails, then the pipeline is considered failed and the following stages will not be started. This prevents bugs from being deployed into production.
</td>
</tr>
<tr>
<td class="row-header">Pipelines as code</td>
<td>Pipelines as code allows you to configure your pipeline outside of your continuous delivery environment.
</td>
</tr>
<tr>
<td class="row-header">Continuous deployment</td>
<td>Continuous Deployment, often confused with continuous delivery, is simply a deployment that is done automatically.</td>
</tr>
<tr>
<td class="row-header">Trunk based development</td>
<td>
Trunk based development requires all code changes to always be integrated into their main line, also known as trunk or master, the main branch of the source repository. Others do branch-based development when individually developers will have their own branches, or teams will have branches for different features.
</td>
</tr>
<tr>
<td class="row-header">
Branch based development</td>
<td>
Branch based development, also known as feature branching, occurs when individual developers or teams will work on their own isolated branches when building new features. This is an anti-pattern to the best practices of continuous integration.
</td>
</tr>
<tr>
<td class="row-header">
Value stream map</td>
<td>Value Stream Map helps you visualize your CI/CD workflow. It allows you to trace a commit from when it is checked in up to when it is deployed.The Value Stream Map (VSM) is an end-to-end view of a pipeline, its upstream dependencies and the downstream pipelines it triggers.
</td>
</tr>
</table>
</div>
<!-- description and download -->
<div class="container">
<div class='row campaign-body'>
<div class='col-sm-12'>
<!-- call to action -->
<a href="https://www.gocd.org/getting-started/part-1/" class="btn btn-primary campaign-btn-download" analytics-label="campaign-download-cta">Get Started with GoCD</a>
</div>
</div>
</div>
</main>
<footer>
<div class="join-community">
<ul>
<li>
<a href="https://groups.google.com/g/go-cd" target="_blank" analytics-label="google-group">
<i class="icon fa fa-users fa-4x join-us" aria-hidden="true"></i>
<span>Join our discussion forum</span>
</a>
</li>
<li>
<a href="https://github.com/gocd/gocd/discussions" target="_blank" analytics-label="github-discussions">
<i class="icon fa fa-comments fa-4x develop-with-us" aria-hidden="true"></i>
<span>Chat with us</span>
</a>
</li>
<li>
<a href="https://github.com/gocd/gocd" target="_blank" analytics-label="github">
<i class="icon fa fa-github fa-4x watch-us" aria-hidden="true"></i>
<span>watch us</span>
</a>
</li>
</ul>
</div>
<div class="page-footer">
<div class="container">
<div class="row">
<div class="col-md-2">
<ul class="unordered-list">
<li><a href="download/">DOWNLOAD GoCD</a></li>
<li><a href="getting-started/part-1/">INTRO TO GoCD</a></li>
<li><a href="test-drive-gocd.html">TEST DRIVE GoCD</a></li>
</ul>
</div>
<div class="col-md-2">
<ul class="unordered-list">
<li><a href="plugins/">PLUGINS</a></li>
<li><a href="resources/">RESOURCES</a></li>
</ul>
</div>
<div class="col-md-2">
<ul class="unordered-list">
<li><a href="https://www.github.com/gocd" target="_blank">FORK US ON GITHUB</a></li>
<li><a href="assets/gocd-brand-styleguide.zip">LOGOS + BRAND</a></li>
<li><a href="contribute/">CONTRIBUTE</a></li>
</ul>
</div>
<div class="col-md-2">
</div>
<div class="col-md-4">
<p>
GoCD is an open-source project, sponsored by <a target="_blank" href="https://www.thoughtworks.com" analytics-label="link_footer_thoughtworks">Thoughtworks Inc.</a>
under the <a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank" title="Apache 2.0 License">Apache License, Version 2.0</a>
</p>
</div>
</div>
</div>
</div>
</footer>
<div class='imagemodal'>
<div class='imagemodalcontent'>
</div>
<div class='close'>✖
</div>
</div>
</body>
</html>