Re: Advice needed on setting up multiple jobs that build common code

2013-01-09 Thread Jiurgol Irwin
Thanks Mgimza! I'm going to try out the multi-job plugin today! On Tuesday, January 8, 2013 3:46:06 PM UTC, mgimza wrote: > > Hi Irwin, > > We took two approaches to a similar requirement. > > 1. For common code that are built as libraries, we build separately. As > this code does not change t

Re: Advice needed on setting up multiple jobs that build common code

2013-01-08 Thread Marek Gimza
Hi Irwin, We took two approaches to a similar requirement. 1. For common code that are built as libraries, we build separately. As this code does not change too often, we assume that the libraries are available for the other builds/jobs. 2. We used the Multi-Job plugin to 'group' and 'order' th

Advice needed on setting up multiple jobs that build common code

2013-01-08 Thread Jiurgol Irwin
We use Jenkins using the Team Foundation Server plugin for continuous integration of our .NET solutions. We have the following folder structure in our source control: Root | |- Common Code A | |- Common Code B | |- Project A (build file exists in this folder which builds