Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CCNet vs Jenkins - one point configuration for multiple branches [closed]

I recently heard a lot about jenkins, it's cool UI, easy to set up, so many plugins etc.. Currently I am using CCNet for CI. I thought of migrating to Jenkins looking at its cool features.

Soon i realized Jenkins lacks the most important feature - one point configuration - Define all the common configurations at one place and reuse them for multiple projects. Later I found there are couple of options available in Jenkins like copy from existing project or use Jenkins web API.

Problem with "Copy From existing project" is if i make any change in this project it won't be automatically reflected in all the projects copied from this.

There are environment variables but these are like global variables.

CCNet on contrary has very cool feature of "Configuration Preprocessor" which is the core strength of ccnet i believe.

My conclusion is Jenkins is easy to setup and useful in case you have few projects.It becomes very difficult to maintain Jenkins as the number of projects increases. CCNet is difficult to set up for the first time but once setup it requires minimal effort for any one to add a new project.

So my final thought was I won't be migrating to Jenkins.

Please share your thoughts on this and if people have faces similar issues when migrating? Also i would like to know if missed anything important in my analysis.

like image 297
geek_warton Avatar asked Aug 23 '12 09:08

geek_warton


1 Answers

You should try the Templates Plugin. The reviews aren't great, but it appears to be exactly what you're looking for.

Frankly, if you're happy with CC.net, I don't see a big reason to move. If you're unhappy, knowing more about what's missing might us steer you the right way.

like image 162
EricMinick Avatar answered Sep 24 '22 02:09

EricMinick