Re: Is Jenkins doing a git pull between each matrix element?

2014-08-05 Thread Brian Moffat
esday, August 5, 2014 2:29:30 PM UTC-4, LesMikesell wrote: > > On Tue, Aug 5, 2014 at 1:16 PM, Brian Moffat > wrote: > > Hi Mark, > > The advantage of using my kludge as opposed to using a script to iterate > > through the builds is that Jenkins has all this great messagi

Re: Is Jenkins doing a git pull between each matrix element?

2014-08-05 Thread Brian Moffat
4, 2014 10:43:07 PM UTC-4, Mark Waite wrote: > > > > > On Mon, Aug 4, 2014 at 3:02 PM, Brian Moffat > wrote: > >> Hi Mark, >> Ok - I can see that my use-case is not universal and is likely on the >> "very simple" end of the spectrum. I am curren

Re: Is Jenkins doing a git pull between each matrix element?

2014-08-04 Thread Brian Moffat
st 4, 2014 2:47:01 PM UTC-4, Mark Waite wrote: > > > On Mon, Aug 4, 2014 at 12:24 PM, Brian Moffat > wrote: > >> Thanks Mark. >> I have a couple of follow-up questions, if you don't mind. >> >> 1. I've seen it work - meaning that the matrix project

Re: Is Jenkins doing a git pull between each matrix element?

2014-08-04 Thread Brian Moffat
On Monday, August 4, 2014 1:41:08 PM UTC-4, Mark Waite wrote: > > > > > On Mon, Aug 4, 2014 at 10:11 AM, Brian Moffat > wrote: > >> I have a matrix project to build different C# projects/solutions. There >> is one git repository for all solutions. >> >> The ma

Is Jenkins doing a git pull between each matrix element?

2014-08-04 Thread Brian Moffat
I have a matrix project to build different C# projects/solutions. There is one git repository for all solutions. The matrix job is configured for Git to checkout the master branch to a local directory, and then invokes a downstream project for each matrix element (solution). That downstream p