Search code examples
javacomparisoncontinuous-integrationagilecruisecontrol

Which Continuous Integration library to use?


I've worked with Cruise Control as the CI framework in my last project. Any recommendations on some other tools?

(Not that i found CruiseControl lacking, just wanted to know if someone did some comparisons)


Solution

  • We have had great success with Hudson. It is easy to install and configure, has a great range of plugins and a good web user interface. The checkstyle and cobertura code coverage plugins are two that we use.