Software:CruiseControl.rb

From HandWiki
CruiseControl.rb
Developer(s)CruiseControl.rb development team
Stable release
1.4.0 / July 1, 2009 (2009-07-01)
Written inRuby
Operating systemCross-platform
Typecontinuous integration
LicenseApache 2.0
Websitecruisecontrolrb.thoughtworks.com

In software development, CruiseControl.rb is a Ruby-based framework for a continuous build process. It allows one to perform a continuous integration of a codebase in any language and on any platform.

CruiseControl.rb is free, open-source software, distributed under the Apache 2.0 license. It was originally created by employees of ThoughtWorks as a lightweight continuous integration framework that was easier to install, use and extend than open source alternatives that existed at that point in time.[1]

Publicly visible CruiseControl.rb instances include the one used to integrate its own codebase,[2] as well the instance used by the Ruby on Rails project.[3]

References