We are a Java shop looking for a CI tool to use. Both Hudson and Teamcity seem to be free but Teamcity seems slicker and with more support.
I was wondering why one would still use Hudson and if anyone could provide any argument for/against either?
|
1
|
|||||||||||
|
|
|
Team City is by far and away the best CI server out there. It's killer feature for me is the tight integration with IDEs (IntelliJ, Eclipse and VisualStudio). It can show you, for example, when a file you're editing in the IDE becomes out of date, who changed it and what they changed. You can commit from the IDE to the CI server, run the comile and tests on the build grid, and then the CI server will commit if the build is successful. You can click on build reports in the CI web app and it will open the appropriate files in the IDE. There are plugins available (I wrote one: http://team-piazza.googlecode.com), but not many. |
||||||||||||||
|
|
|
+1 for Hudson. Hudson is a very active project, has a wide community of users and an active users mailing list, is really easy to start with, is easy to use, has been used on huge, very huge, projects (JBoss, JAX-WS, etc) and thus has proven records of success, offers very nice advanced features (build matrix, build clustering, etc), is open source,... Finally, if support is really an important thing, you can get commercial support from Sun. But FYI, I've never faced any blocking problem with Hudson. |
|||
|
|
|
|
TeamCity is great because it allows each developer to have their own build profile and hook into it from their IDE. That a lone is 'butt-kickin'. There is also support for GIT etc. Seriously take a look at it. The professional version is free. |
||
|
|
|
|
I had never heard of Teamcity before -- the website looks slicker for sure. I've been quite satisfied with Hudson, but we're not really pushing it to its limits. It is up and running in a couple of minutes just like Teamcity. The one big plus for Hudson for me is it being open-source. I see Teamcity supports plugins, so you can probably make it do whatever you want but this might be the only issue that you really cannot add-on later. |
||
|
|
|
|
I really liked Teamcity but in the environment I am working it, the time it would take to get a Purchase Order for Teamcity through the layers of management would likely have exceeded the time it took to migrate everything over to Hudson. |
||||||||
|
|
|
I'm just starting to get used to hudson ready to experiment and see how it will fit into our current environment. I have absolutely zero experience with Teamcity so can't comment on that but I am enjoying working with hudson thus far. There are lots of plugins for hudson plus the hudson site gives you plenty of advice for writing your own (http://wiki.hudson-ci.org/display/HUDSON/Extend+Hudson). |
||
|
|