CruiseControl
Sign in to saveIn software development, CruiseControl is a Java-based framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds. It allows one to perform a continuous integration of any software development process.
Wikidata facts
- Platform
- Java virtual machine
- Official website
- cruisecontrol.sourceforge.net
- Image
- CruiseControl-banner.png
- Has use
- build automation
Show 8 more facts
- Stack Exchange tag
- stackoverflow.com/tags/cruisecontrol
- copyright license
- BSD licenses
- programmed in
- Java
- software version identifier
- 2.8.4
- source code repository URL
- svn.code.sf.net/p/cruisecontrol/code
- start time
- 2001-03-30
- operating system
- cross-platform
- last update
- 2010-09-15
Sources (3)
via Wikidata · CC0
~2 min read
Encyclopedic overview
6 sectionsContents
- Build loop
- Build reporting
- Results JSP
- Dashboard
- References
- External links
In software development, CruiseControl is a Java-based framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds. It allows one to perform a continuous integration of any software development process.
CruiseControl is free, open-source software, distributed under a BSD-style license. It was one of the first of its kind of software, originally created by employees of ThoughtWorks to allow for continuous integration on a project they were working on. It was later extracted into a stand-alone application.
Excerpted from Wikipedia’s “CruiseControl” article, available under the CC BY-SA 4.0 licence.