On Thu, Oct 30, 2014 at 1:31 PM, Ross Aribi <[email protected]> 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 are the parameters I'm passing from Job1 to Job2 LAL_JOB_NAME=$JOB_NAME LAL_BUILD_NUMBER=$BUILD_NUMBER In Job2 the labl=sl6 is not present in LAL_JOB_NAME even though it is in the JOB_NAME from Job1. Cheers Adam -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
