Lets say I execute downstream job -

stage ('Starting test job') {
    build job: 'RunTestJob', parameters: [[$class:
'StringParameterValue', name: 'aaa', value: aaa]]}

Is it possible pass environment vars or any other vars I set in
downstream job back to its parent?

-- 
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/CAObRFCW5uPVjEGMLtvBdS4UzaKW%3Dc2m%3DUfM%2BeHrzDWMZcEgAJQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to