CruiseControl

from Wikipedia, the free encyclopedia
CruiseControl
Basic data

Current  version 2.8.4
(September 15, 2010)
operating system platform independent
programming language Java
category Continuous Integration Server
License BSD-like
cruisecontrol.sourceforge.net

Cruise Control is a Java -based open source - computer program , which in the software development , is used to continuous integration to enable.

CruiseControl is free software that is distributed under a BSD-type license. It was originally developed by ThoughtWorks employees (including Martin Fowler ) and was later developed into an independent framework .

functionality

CruiseControl allows continuous integration within a software development process . The developers integrate frequently (usually at least once a day) and can quickly identify integration errors thanks to automatic tests . This leads to significantly fewer integration problems and allows teams to develop coherent software faster .

CruiseControl contains plug-ins for notification by email , for using Apache Ant and for other programming tools. A web interface shows the current and previous status of the software.

Other versions

For software development with Ruby , ThoughtWorks developed the variant CruiseControl.rb , which is also written in Ruby.

The CruiseControl.NET variant is available for .NET Framework software development .

See also

Web links