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

2013-01-09 Thread Jiurgol Irwin
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' the build steps for > each Job. > > I hope that this may help, > Mgimza > > On T

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