Re: Componentized build

2014-07-21 Thread Murali Devakumar
MacIntyre wrote: > > Have A produce an artifact indicating the correct revision in whatever SCM > system (git, svn, etc) you are using. Have B consume that artifact, and > sync its local repository to the correct revision prior to building. > > > On Mon, Jul 21, 2014 at 2:22

Componentized build

2014-07-21 Thread Murali Devakumar
Hi all, We have a Jenkins CI system which builds individual components on checkin and we have 70+ components and there are compile time dependencies between components. Let's take two components; A, B and B consumes A. Case 1: Code change is A, Jenkins triggers A and on success it triggers