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 <[email protected]> wrote:
> 
> 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 <[email protected]> 
>> wrote:
>> Hi
>> 
>> I'm trying to tie a couple of jobs together using the Parametrized
>> Trigger Plugin and am running into problems with the second job
>> finding the libraries built by the first job.
>> 
>> When the first job completes successfully I trigger a build of the
>> second job, I'm forcing it to use the same node so that it can find
>> the libraries. In the first job I install the libraries to a location
>> on the build slave dependent upon the JOB_NAME and BUILD_NUMBER
>> variables. I use the Parametrized Trigger Plugin to pass these onto
>> the second job. However it look like that value of JOB_NAME that is
>> getting passed on is incorrect and as such the library can't be found
>> by the second job and the build fails.
>> 
>> In order to start debugging this I printed out the value of JOB_NAME
>> from the first job and the value that was passed to the second job,
>> they differed. In the first job JOB_NAME is set to
>> LALSuite/LAL/label=sl6 whereas is the second job it is seeing
>> LALSuite/LAL, i.e. the label=sl6 is being dropped.
>> 
>> Any ideas why this label information is not being passed along?
>> 
>> 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.

-- 
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.

Reply via email to