Apache Continuum
This article may have been previously nominated for deletion: Wikipedia:Articles for deletion/Apache Continuum exists. It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "Apache Continuum" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|Apache Continuum|concern=Essentially empty article}} ~~~~ Timestamp: 20140128080747 08:07, 28 January 2014 (UTC) Administrators: delete |
Developer(s) | Apache Software Foundation |
---|---|
Stable release | 1.4.1
/ January 7, 2013 |
Preview release | 1.4.0 (Beta)
/ May 6, 2010 |
Repository | |
Written in | Java |
Operating system | Cross-platform |
Type | Continuous integration |
License | Apache 2.0 licence |
Website | continuum |
Apache Continuum, a partner to Apache Maven, is a continuous integration server, which runs builds on a configurable schedule. Much like CruiseControl, Continuum emails developers when the build is broken, requesting that the culprit fix the problem. To add a project to Continuum, point to the pom.xml in the source control system, and it automatically does the rest:
- Check out from source control
- Run clean build
- Deploy to integration server
- Run unit tests