Choosing a Continuous Integration Server

I’ve been tasked with setting up a continuous integration server for a team Java project. Options are:

We don’t have a strong opinion about any of these. Anyone care to comment on which one we should use and why?

26 Responses to “Choosing a Continuous Integration Server”

  1. Augusto Says:

    I like Hudson
    https://hudson.dev.java.net/

    It’s easy to setup, has a nice plugin architecture and features are constantly being added.

    You can even give it a try by clicking on a JNLP link, it’s that easy to setup. One of the features it has that I want to try out is distributed builds, which is also a great feature for multi-platform builds.

  2. Olli Says:

    Hi, I would add:

    Hudson (https://hudson.dev.java.net/) Open Source, nice Web GUI (compared to Cruise Control)
    Bamboo, commercial from Atlassian (the JIRA guys) – nice GUI, stable, best reports

    Olli

  3. hulaka Says:

    Hudson – https://hudson.dev.java.net/

  4. marc esher Says:

    I’ve not used this one yet, but i do know that atlassian just came out not too long ago with their Bamboo continuous integration server. I’m a longtime jira and confluence user and have been impressed with the quality of their software. it might be worth putting on your list.

  5. John Cowan Says:

    Cruise Control is the only one I have experience with, and it was satisfactory for the purpose; take that for what it’s worth.

  6. Ian Phillips Says:

    Are you considering commercial options or just open source?

  7. Jason R Briggs Says:

    I’d second a vote for Cruise Control. We’re using it at the moment. Satisfactory is a good description. The only issue we’ve found was trying to run 2 separate builds (one for code, one for preparing 3 databases). Seemed like the only way would be to run separate instances.

    I note Continuum is “tightly integrated” with Maven. I would say that’s a negative for Continuum, but that might bring down a world of hurt from the Maven fan-kids… ;-)

  8. Paul Brown Says:

    I’ve had negative experiences with the robustness of Continuum, and Cruise Control configuration hurts my head. If you’re looking for something open source but easier to configure, have a look at Hudson. If you’re not limited to open source, then TeamCity and Bamboo are both good options.

  9. Curt Cox Says:

    Hudson is easy to get started with. The project lead is incredibly responsive to the lists and the issue tracker. If you find that it doesn’t meet your needs, file an issue.

  10. Hadi Hariri Says:

    There is also Finalbuilder Server (http://www.finalbuilder.com). Finalbuilder is like Nant on steroids. Now they’ve come out with the server which is amazingly easy to administer and supports all the actions that the FB script has. It’s a commercial product, but it’s amazing how much time it saves in the long run

    (Btw I’m not affiliated with the company, I’m just a long time user and self-proclaimed evangelist)

  11. Elliotte Rusty Harold Says:

    For the moment we’re only considering open source solutions, mostly because they pass the “Download it, install it on a spare PC, and start using it without waiting for upper management to sign off on a multi-thousand purchase” test. :-)

  12. Jim Mochel Says:

    I have used Cruise Control, Anthill, Continuum, and Hudson. Hudson is the winner hands down for its ease of setup and configuration and its easily accessible power. For a company with 3 different projects it took 15 minutes to install and set up Hudson. It has run for 5 months with no problems. Figuring out how to do things like publishing test results and such has been trivial.

    We are now looking at doing remote integration tests from Hudson and starting them automatically after successful builds. It has all been easy.

    And we haven’t even really explored the plugins …

  13. David Howe Says:

    Also take a look at Luntbuild (http://luntbuild.javaforge.com/). We started with Cruise control and migrated to Luntbuild, as it has a web interface which allows you to easily setup all of your builds (Cruise may have this now). Only thing that we missed from Cruise was the ability to customise the email templates to include things like a summary of the test results.

  14. Geoffrey Wiseman Says:

    Cruise promises to see some enhancements soon via the CruiseControl Enterprise effort, so it may pay off; it’s a simple starting point. Hudson and Luntbuild have good reputations. Bamboo looks really nice, if lacking in some advanced features. Any of these is probably a good starting point, but it’s certainly worth trying a few to see what works well for you.

  15. Wouter Says:

    We’ve been using Luntbuild for a while now. It is adequate, but the interface is hard to navigate. For a new project I will look at alternatives.

  16. Carlo Bonamico Says:

    Hudson (http://hudson.dev.java.net) is definitely a robust choice; I have been using it for six months without a glitch, and it’s ease of use is up to and often beats current standards for web applications.

  17. Ray Tucson Says:

    Luntbuild +1

  18. Andrew Thompson Says:

    Bamboo is very sophisticated. It has a growing collection of plugins that allow it to integrate nicely with Clover, PMD, Cobertura etc. All setup is done through the administration GUI, which is refreshing after dealing with CruiseControl configuration files for a few years.

    Costs money, but comes with support. It is an Atlassian product. I don’t have any connection with them apart from using it.

  19. Douglas Says:

    I have used Anthill in the past and have to say that it is an awful piece of software, even/especially the pro version. Combine highly unreliable (whoops it just deleted all our configurations again) with difficult to setup and maintain and awful support (please zip up your whole installation and send it to them type awful support). I would steer as far clear from that as I could.

  20. Adrian Says:

    We also began with Cruise Control but then migrated to Luntbuild.

  21. Eric Says:

    I think the obvious question that nobody has asked is, “What are your needs? What do you want to get out of a CI tool?” There are a ton of tools out there and they have different strengths. Are you managing 2 projects or 20? Are dependencies between projects an issue? Are you thinking single server, or multiple? Is it all Maven? all Ant? Is there native code running around? Are you getting into deployments? How much do you like editing xml?

    For Doug, I’m an Anthiller, and feel a need to give you an update and clarify. It should be noted that the AnthillPro 3.x line has replaced the persistence mechanism present in 2.x and the problems you describe are no longer an issue. The backend is now a proper database with transactional support, easy back-ups etc.

    On the support side, the alternative to sending us your configuration data (not the whole install) would have been us sending you instructions for how to spend a few hours digging around in configuration files. For most people that’s not a lot of fun, so our support team took on that task for you to save you the trouble. That approach was used relatively rarely, but when it made sense it made sense. Cheers.

  22. afsina Says:

    Hudson is my choice too. we are using it for a long time. the easiest one to install and configure so far.

  23. MikeT Says:

    About 2-3 months ago we commissioned a huge evaluation of build tools which I undertook. What you need to draw up is a list of criteria that you require and work from there. What we found is that few tools are actually of any use for anything more than a simple project. Remember some of these tools have a killer feature missing; real time log and progress with an ability to cancel running builds! This can become infuriating. Oh and so can no permissions, we had developers ‘accidently’ click build on import projects that took 40 minutes to build and it causes chaos.

    Hudson: Looking good, but immature. No dependancy management, no agent based system (so no deployment options), no lifecycle (so how do you know what state something is in?). Its future looks bright, expect it to be the open-source zen in another 6 months.

    Cruise: For all but the simplist projects, a disaster. Used it in many companies, many configs. Its unstable, troublesome to configure and the UI is useless. All you can do is click ‘build’ – now you tell me how you do workflows and job progress?

    Luntbuild: I haven’t got our review at hand, but it wasn’t worth the cost.

    Pulse: If you have some money (its cheap), this eats up bamboo. Mark my words: its rocking. Gets no press and I don’t know why. Truly impressive for the SME on a budget wanting something that you can grow into.

    Bamboo: Ok – so the love is there for Atlassian, we have JIRA/Confluence. But lets be honest – who deploys a 3 month old product into a corporate environment? Good future, good team, but needs another year to bed down.

    Anthill Pro: For medium to large corporates its the only route. Expensive, but you get distributed agents, workflow, build lifecycle, dependancy management enterprise wide (this rocks) a clean UI, Active Directory integration that works really well.

    Rational Buildforge: Waste of time. We had their sales team in and its just useless. Honestly, tens of thousands of dollars for what?

    We’ve got AHP. For a company with tens of projects each with huge build processes including database config loading (AHP agents rock for this) its the best bet. Pulse was a very close second. Ignore the negative press for AHP 2. Its old; AHP 3 is very impressive.

    But we’re not pitching a system for small teams, so in the majority of cases AHP is overkill; for example Cisco use it on hundreds of projects.

  24. Raghukiran Says:

    As Eric quoted,It really depends on your needs.I tried out CC,Luntbuild and Hudson and found Hudson to be very impressive.Confguration doesnt take much time.The only thing it lacks is the Role based Permissions.As of now anybody who has access to it can start a build and can even delete the whole project.Hope they add it soon.The future looks bright for Hudson.

  25. Muraleedhara Reddy Says:

    My vot is for HUDSON. No other thought required. If you want to go for still more robustness, more features with professional support go for AHP3(Anthill Professional 3).

  26. Porównanie narzędzi Continuous Integration | Blog Technologiczny Says:

    […] Choosing a Continuous Integration Server […]

Leave a Reply