views:

525

answers:

3

We are using CruiseControl.net and we are looking into moving to team city but i just noticed that thoughtworks has another product called Cruise

http://studios.thoughtworks.com/cruise-continuous-integration

is anyone using this product in a production environment and if so do they have an opinion on this product versus team city

+2  A: 

I worked in a team where we used Cruise and my history had been with CruiseControl.NET.

Functionality wise I couldn't see that much difference between the two, however the Cruise product has significantly more 'polish' from a UI and usability perspective.

Cruise seemed to hold your hand in some of the configuration details, the upside I guess is a standardised approach across all projects. However, I did feel as if some of this hand-holding was forcing you to configure your project somewhat around the product. I'm always a bit skeptical of this.

Just my two cents comparing Cruise / CruiseControl.NET.

Hope this was helpful.

Codebrain
+2  A: 

We use TeamCity in our company and we are very satisfied with it. It's easy to configure, has a clean UI and quite simple to manage. Additionally the VS-Addin is quiet comfortable. Only the 'Automatically commit after successfull build' does not work correctly.

I also used CC.Net, but I was missing - easy config - authentication - clean ui

Maybe atlassians 'Bamboo' is another possible CI-Server. Check it out.

Regards

Christian

crauscher
+1  A: 

Also see this SO question: CruiseControl [.Net] vs TeamCity for continuous integration?

Mufasa