Skip to content

Commit fd880c3

Browse files
committed
new CI resource
1 parent aefb561 commit fd880c3

File tree

4 files changed

+26
-12
lines changed

4 files changed

+26
-12
lines changed

all.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7043,7 +7043,7 @@ <h2>Continuous integration example</h2>
70437043
services and related deployment activities.</p>
70447044
<p>There are many other ways a continuous integration server and its
70457045
deployments can be structured. The above was just one example of a
7046-
relatively simple set up.</p>
7046+
relatively simple setup.</p>
70477047
<h2>Open source CI projects</h2>
70487048
<p>There are a variety of free and open source continuous integration servers
70497049
that are configurable based on a project's needs. </p>
@@ -7081,9 +7081,9 @@ <h2>Open source CI projects</h2>
70817081
</li>
70827082
</ul>
70837083
<h2>Jenkins CI resources</h2>
7084-
<p>Jenkins is commonly used as a continuous integration server implementation
7085-
for Python projects because it is open source and programming language
7086-
agnostic. Learn more via the following resources or on
7084+
<p><a href="/jenkins.html">Jenkins</a> is commonly used as a continuous integration
7085+
server implementation for Python projects because it is open source and
7086+
programming language agnostic. Learn more via the following resources or on
70877087
<a href="/jenkins.html">the dedicated Jenkins page</a>.</p>
70887088
<ul>
70897089
<li>
@@ -7125,6 +7125,11 @@ <h2>General continuous integration resources</h2>
71257125
the subject.</p>
71267126
</li>
71277127
<li>
7128+
<p><a href="https://opensource.com/business/15/7/six-continuous-integration-tools">6 top continuous integration tools</a>
7129+
gives a high level overview of six CI tools from a programming language
7130+
agnostic perspective.</p>
7131+
</li>
7132+
<li>
71287133
<p><a href="http://stackshare.io/continuous-integration">StackShare's Continuous Integration tag</a>
71297134
lists a slew of hosted CI services roughly ranked by user upvotes.</p>
71307135
</li>

continuous-integration.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Continuous integration example</h2>
7878
services and related deployment activities.</p>
7979
<p>There are many other ways a continuous integration server and its
8080
deployments can be structured. The above was just one example of a
81-
relatively simple set up.</p>
81+
relatively simple setup.</p>
8282
<h2>Open source CI projects</h2>
8383
<p>There are a variety of free and open source continuous integration servers
8484
that are configurable based on a project's needs. </p>
@@ -116,9 +116,9 @@ <h2>Open source CI projects</h2>
116116
</li>
117117
</ul>
118118
<h2>Jenkins CI resources</h2>
119-
<p>Jenkins is commonly used as a continuous integration server implementation
120-
for Python projects because it is open source and programming language
121-
agnostic. Learn more via the following resources or on
119+
<p><a href="/jenkins.html">Jenkins</a> is commonly used as a continuous integration
120+
server implementation for Python projects because it is open source and
121+
programming language agnostic. Learn more via the following resources or on
122122
<a href="/jenkins.html">the dedicated Jenkins page</a>.</p>
123123
<ul>
124124
<li>
@@ -160,6 +160,11 @@ <h2>General continuous integration resources</h2>
160160
the subject.</p>
161161
</li>
162162
<li>
163+
<p><a href="https://opensource.com/business/15/7/six-continuous-integration-tools">6 top continuous integration tools</a>
164+
gives a high level overview of six CI tools from a programming language
165+
agnostic perspective.</p>
166+
</li>
167+
<li>
163168
<p><a href="http://stackshare.io/continuous-integration">StackShare's Continuous Integration tag</a>
164169
lists a slew of hosted CI services roughly ranked by user upvotes.</p>
165170
</li>

source/content/pages/08-web-app-deployment/24-continuous-integration.markdown

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services and related deployment activities.
6060

6161
There are many other ways a continuous integration server and its
6262
deployments can be structured. The above was just one example of a
63-
relatively simple set up.
63+
relatively simple setup.
6464

6565

6666
## Open source CI projects
@@ -96,9 +96,9 @@ the application was written in.
9696

9797

9898
## Jenkins CI resources
99-
Jenkins is commonly used as a continuous integration server implementation
100-
for Python projects because it is open source and programming language
101-
agnostic. Learn more via the following resources or on
99+
[Jenkins](/jenkins.html) is commonly used as a continuous integration
100+
server implementation for Python projects because it is open source and
101+
programming language agnostic. Learn more via the following resources or on
102102
[the dedicated Jenkins page](/jenkins.html).
103103

104104
* My book on [deploying Python web applications](http://www.deploypython.com/)
@@ -131,6 +131,10 @@ agnostic. Learn more via the following resources or on
131131
is a retrospective on learning CI from a Rackspace intern on how she learned
132132
the subject.
133133

134+
* [6 top continuous integration tools](https://opensource.com/business/15/7/six-continuous-integration-tools)
135+
gives a high level overview of six CI tools from a programming language
136+
agnostic perspective.
137+
134138
* [StackShare's Continuous Integration tag](http://stackshare.io/continuous-integration)
135139
lists a slew of hosted CI services roughly ranked by user upvotes.
136140

source/static/img/logos/celery.png

13.5 KB
Loading

0 commit comments

Comments
 (0)