What continuous integration software do you use?
Continuous integration is an important component of agile development. It allows teams to work together and catch integration bugs early by continuously integrating into the central code base.
For more info on continuous integration, read it from Martin Fowler:
Continuous Integration by Martin Fowler
What continuous integration software do you use?
Bamboo
CruiseControl
Continuum
Hudson
TeamCity
Accurev
We [...]
TeamCity : a continuous integration and build management solution
I first heard about TeamCity at Javapolis back in December.
It’s definitely the way forward in terms of team productivity and software quality. Finally a tool that does something to aid continuous integration.
What it does is it manages a number of machines that will run all the test each time someone checks code in. This frees [...]