Re: JOB_NAME not being passed correctly with Parametrized Trigger Plugin

2014-10-31 Thread Adam Mercer
On Thu, Oct 30, 2014 at 1:31 PM, Ross Aribi wrote: > You have two jobs, Job1 calling Job2. The parameter $JOB_NAME is local to > each job, so in Job2 the value of $JOB_NAME is Job2. > Add an additional param in Job1 ($JOB_1_NAME=$JOB_NAME) and use it in Job2. That's exactly what I'm doing, these

Re: JOB_NAME not being passed correctly with Parametrized Trigger Plugin

2014-10-31 Thread Adam Mercer
On Thu, Oct 30, 2014 at 11:56 AM, T. Anthony Rabaa wrote: > If you're building on the same node, why not pass in the full path to the > libraries as a parameter? Good idea. I'll give that a go. Cheers Adam -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: JOB_NAME not being passed correctly with Parametrized Trigger Plugin

2014-10-30 Thread Ross Aribi
You have two jobs, Job1 calling Job2. The parameter $JOB_NAME is local to each job, so in Job2 the value of $JOB_NAME is Job2. Add an additional param in Job1 ($JOB_1_NAME=$JOB_NAME) and use it in Job2. FYI, any value that's empty means that the parameter value is undefined. Check spellings too.

Re: JOB_NAME not being passed correctly with Parametrized Trigger Plugin

2014-10-30 Thread T. Anthony Rabaa
If you're building on the same node, why not pass in the full path to the libraries as a parameter? > On Oct 27, 2014, at 11:04 AM, Adam Mercer wrote: > > Hi > > Anyone? Surely the plugin shouldn't be stripping information when > passing it on to downstream jobs? > > Cheers > > Adam > >> O

Re: JOB_NAME not being passed correctly with Parametrized Trigger Plugin

2014-10-27 Thread Adam Mercer
Hi Anyone? Surely the plugin shouldn't be stripping information when passing it on to downstream jobs? Cheers Adam On Thu, Oct 23, 2014 at 5:15 PM, Adam Mercer wrote: > Hi > > I'm trying to tie a couple of jobs together using the Parametrized > Trigger Plugin and am running into problems with