Software:CruiseControl.rb
From HandWiki
Developer(s) | CruiseControl.rb development team |
---|---|
Stable release | 1.4.0
/ July 1, 2009 |
Written in | Ruby |
Operating system | Cross-platform |
Type | continuous integration |
License | Apache 2.0 |
Website | cruisecontrolrb |
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