On Sat, Sep 22, 2012 at 6:42 AM, Kayode Odeyemi <drey...@gmail.com> wrote:
>
> We are working on a large project which have been categorized into different
> modules and libraries. Currently we have decided to use CI and of course
> Jenkins, but we are stuck on how to structure these builds.  Our modular
> architecture has the following structure:
>
> core
> management
> scripts
> services
> server
> integration
>
>
> The project is flexible enough for developers to write in different
> languages they are comfortable with. This hence requires different builds
> and package structure.
>
> I'll appreciate ideas and suggestions on how to layout the build jobs.

If you use subversion for version control you can manage each
component separately and use the 'externals' feature to pull the
components you want into the working copies of the higher-level
projects.  This works the same way with or without jenkins.

-- 
   Les Mikesell
     lesmikes...@gmail.com

Reply via email to