Added paragraph "Why CI?"
authorJohannes Seitz <software@printhelloworld.de>
Mon, 10 Oct 2011 10:08:57 +0000 (12:08 +0200)
committerJohannes Seitz <software@printhelloworld.de>
Mon, 10 Oct 2011 10:08:57 +0000 (12:08 +0200)
docs/scenarios/ci.rst

index 43ec190..013acd5 100644 (file)
@@ -5,6 +5,11 @@ Continuous Integration
 Why?
 ----
 
+Martin Folwer, who first wrote about Continuous Integration (short: CI) together with Kent Beck, describes the CI as follows:
+
+    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.
+
+Source: http://martinfowler.com/articles/continuousIntegration.html
 
 Jenkins
 -------