"There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult."
Thursday, 1 September 2011
7 Ways to optimise Jenkins/Hudson
Wednesday, 10 February 2010
Hudson as an Alternative to TFS
I've been looking at alternatives to Team Foundation Server for my latest project's continuous integration tool... and I think I've found it!
Hudson was suggested to me by a colleague (Jonathan Relf) after his attempts with Cruise Control became a little frustrating.
You'll have Hudson installed and building your projects in under an hour unless you're stupid or get carried away with the large number of plugins, including a Chuck Norris plugin ;)
I particularly enjoyed...
- VERY easy to setup
- LOADS of plugins
- Setup, monitioring and configuration is all through a nice web based interface
I'll keep you posted with how I get on.