Skip to content

Commit 4a601ec

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#11 from micrypt/patch-6
Fixed a typo in Martin Fowler's name and snuck in some stubs.
2 parents 541d81a + d5443eb commit 4a601ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/scenarios/ci.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Continuous Integration
55
Why?
66
----
77

8-
Martin Folwer, who first wrote about Continuous Integration (short: CI) together with Kent Beck, describes the CI as follows:
8+
Martin Fowler, who first wrote about Continuous Integration (short: CI) together with Kent Beck, describes the CI as follows:
99

1010
Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible. Many teams find that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly. This article is a quick overview of Continuous Integration summarizing the technique and its current usage.
1111

@@ -14,13 +14,13 @@ Source: http://martinfowler.com/articles/continuousIntegration.html
1414
Jenkins
1515
-------
1616

17-
Use it.
17+
Jenkins CI (http://jenkins-ci.org) is an extensible continuous integration engine. Use it.
1818

1919

2020

2121
Buildbot
2222
--------
23-
23+
Buildbot (http://buildbot.net/buildbot/docs/current) is a Python system to automate the compile/test cycle to validate code changes.
2424

2525

2626
Mule?

0 commit comments

Comments
 (0)