We were investigating the possibility of using Thoughtworks Go to help improve our Build / Deployment / Release process here at work, but due to the price factor and what you actually got we decided against it.

I was wondering, are there any alternatives to Thoughtworks Go around? They could either be commercial or open source, I don't mind.

link|improve this question

47% accept rate
feedback

2 Answers

We had similar conclusions: the free version of Go, the "$499 for annual support on the free version", and the "$499 for 3 remote agents" were worth considering, but the price jump after that (for the "enterprise" version with release management support) was astronomical.

For commercial alternatives, there's Electric Cloud, but it's even more expensive than the ThoughtWorks product.

For Open Source, there's Cruise Control (Go is a re-written private version of the open source Cruise Control), Continuum, LuntBuild, Anthill, etc. These are mostly continuous integration build systems (i.e. more emphasis placed on running the build than managing the results) but they do seem to work well (I've used Cruise Control and Hudson in the past with much success.)

link|improve this answer
feedback

This really depends what you want to achieve.

If you are looking to implement Continuous Delivery and therefore deployment pipelines (from dev all the way to production), then GO is the only tool which has this higher-level view at the moment, I believe.

OTOH, if you;re just looking for a CI server, then the free version of GO works well, as does the free version of TeamCity, Jenkins and Atlassian Bamboo. None of the latter three yet supports the concept of deployment pipelines as a first-class feature, I think.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.