Hudson/Jenkins vs Cruise Control vs Luntbuild vs Continuum
I am searching a suitable Continuous Integration tool开发者_运维技巧.
- We have Java and Java EE projects.
- Some of the projects are Maven projects
- We use Subversion/SVN
- Some of the projects have many modules
I searched a little and found these tools as recommended.
Which continuous integration tool would you recommend?
I have used and setup CC and Hudson so I will speak for only these two. Hudson is easier to setup I would like to think, CruiseControl is about 25% slower. But between both of them I have personal preference for CruiseControl as I found it very easy to extend it to make an online release system for production releases.
Having said that, I see a lot more people use Hudson, and it has enough plugins to support any kind of need you may have.
精彩评论