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
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
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