Re: Passing parameters to downstream jobs

2013-04-25 Thread Maureen Barger
Ooh I understand now, thanks! On Thu, Apr 25, 2013 at 1:43 PM, William Soula < william.so...@drillinginfo.com> wrote: > How is the child job being triggered? Have you added the current build > parameters to be passed to the downstream job? Or set up the predefined > parameters to pass $Releas

Re: Passing parameters to downstream jobs

2013-04-25 Thread William Soula
How is the child job being triggered? Have you added the current build parameters to be passed to the downstream job? Or set up the predefined parameters to pass $ReleaseNum? Will On 04/25/2013 07:31 AM, Maureen Barger wrote: So here's some odd behavior: Parent job has parameter 'ReleaseNum'

Re: Passing parameters to downstream jobs

2013-04-25 Thread Maureen Barger
So here's some odd behavior: Parent job has parameter 'ReleaseNum' set. Child job is set to use '$ReleaseNum' as part of a new string parameter 'TargetDir' to create a directory path. There is an artifact copy step that uses $TargetDir to copy artifacts. There is also an execute shell step that

Re: Passing parameters to downstream jobs

2013-04-24 Thread Jared Griffith
Not a problem! On Wed, Apr 24, 2013 at 12:31 PM, Maureen Barger wrote: > I was just reading about that when your reply arrived, thank you! > > > On Wed, Apr 24, 2013 at 1:41 PM, Jared Griffith < > jgriff...@picsauditing.com> wrote: > >> Yeah, I asked this same question before. Install the Jenk

Re: Passing parameters to downstream jobs

2013-04-24 Thread Maureen Barger
I was just reading about that when your reply arrived, thank you! On Wed, Apr 24, 2013 at 1:41 PM, Jared Griffith wrote: > Yeah, I asked this same question before. Install the Jenkins > Parameterized Trigger > plugin. > T

Re: Passing parameters to downstream jobs

2013-04-24 Thread Jared Griffith
Yeah, I asked this same question before. Install the Jenkins Parameterized Trigger plugin. Then in the Post Build Actions section of the job, add the Trigger Parameterized Build on Other Projects. There are several options