Ask HN: What is your favorite Continuous Integration Server?

3 points by fishcakes ↗ HN

3 comments

[ 1.9 ms ] story [ 17.2 ms ] thread
TeamCity is pretty cool because:

-it's very easy to set up and configure

-does not depend on one particular technology (we build our .NET site, android and iphone apps with it)

-there are some cool plugins available to extend it

(otherwise go heroku or appharbor)

All of which holds true for Jenkins too.

I have used both and prefer Jenkins mainly because it is free and open.