Re: copying build artifacts from triggering parent of a triggering job

2013-02-27 Thread Sami Tikka
You could pass a parameter to Middle, telling it where to copy artifacts. Child can then copy from Middle -- Sami Chris Withers kirjoitti 27.2.2013 kello 16.11: > Hi All, > > I have a job hierarchy like this: > > > > Middle copies an artifact from either parent1 or parent2, depending on wh

copying build artifacts from triggering parent of a triggering job

2013-02-27 Thread Chris Withers
Hi All, I have a job hierarchy like this: Middle copies an artifact from either parent1 or parent2, depending on which job triggered it. When middle succeeds, it triggers child. I would like child to copy artifacts from the upstream parent1 or parent2 job that triggered middle. I've done