If I do understand your question correctly, then you could use a build call 
within the build pipeline like this one:

        build(downstreamJobName,
              VERSION: '1.0.0.2
             )

Provided that the job with the name 'downstreamJobName' accepts a parameter 
with the name 'VERSION'.

Am Freitag, 31. Juli 2015 17:05:45 UTC+2 schrieb [email protected]:
>
> I have an upstream job that uses the version number plugin to set a build 
> environment variable to something like: 1.0.0.2
>
> I use the Build Pipeline plugin to trigger a downstream job manually and I 
> want to pass this value down the pipeline to use.  I cannot use the 
> parameterized build trigger plugin with the build pipeline plugin ... at 
> least as far as I can see.
>
> How can I pass the build version number from an upstream job to a 
> downstream job?
>
> Thanks?
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9dc45a19-9760-4ffd-869f-56acd16614bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to