vote up 6 vote down star
2

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)

flag

33% accept rate

10 Answers

vote up 2 vote down

We use TFS 2008 which works for us because we're pretty much an all MS environment... however, I've also used FinalBuilder, which has more features than just about anything else I've seen and would be especially useful in environments where you were using a mix of technologies (multiple SCM's for example).

link|flag
vote up 1 vote down

We've used XINC (= XINC Is Not CruiseControl). It's a CI server for PHP, written in PHP.

link|flag
vote up 5 vote down

I second Peter's recommendation for Hudson. Continuum and Hudson are both very easy to set-up and use (compared to CruiseControl), but Hudson offers a lot more functionality. If you're interested, I've previously written about why I would choose Hudson.

TeamCity, with its pre-tested commit functionality, is also a good choice if you can live with the limitations of a free Professional Licence (maximum of 20 users and 20 build configurations).

link|flag
vote up 1 vote down

TFS 2008 is pretty good

As are CruiseControl and Nant

Have a look at CI factory, which requires minimal configuration

link|flag
vote up 7 vote down

We use Bamboo.

For a rather extensive feature matrix of the various major CI servers, have a look at: http://confluence.public.thoughtworks.org/display/CC/CI+Feature+Matrix

link|flag
+1 for link to feature matrix...thx. – Jared Jan 8 '09 at 17:51
vote up 1 vote down

TFS 2008 is pretty good. It has continuous integration built in to TFS build.

link|flag
vote up 2 vote down

We use LuntBuild which works perfectly with maven.

In addition, Lunbuild offers a good deal of granularity for access control. I haven't used too many CI tools, but that was the main reason my company switched to Luntbuild from Cruise Control. We wanted to give clients access to the build server so they could pull daily builds, etc, but we couldn't have them accessing other clients' builds.

link|flag
vote up 7 vote down

JetBrain's TeamCity is pretty cool.

link|flag
+1 for TeamCity. Much better than CCnet in both installation/configuration as well as general usability. – Brad Wilson Sep 21 '08 at 11:19
vote up 11 vote down

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.

link|flag
For more on "CC vs Hudson", see: stackoverflow.com/questions/604385/… – Jonik May 22 at 8:14
vote up 5 vote down

Since I've switched from Ant to Maven as my build system, Continuum is the obvious choice. It's very clean and offers all the features that I need.

link|flag

Your Answer

Get an OpenID
or

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