Was wondering if anyone has a solution for this setup. I have a master job that runs nightly and triggers two jobs (A and B) Each of these jobs run on a separate set of build nodes. (Linux nodes for job A and Windows nodes for job B). The master job also has a join trigger that is used to package the results from job A and job B. The problem I am having is that I need a way to force the package step to occur on the same build node that job A executed on. I attempted to use a combo of a the parameterized trigger and node label plugins but can't seem to figure out how to get the node name from job A back to the nightly job so I can pass it on to the packaging step. Any suggestions or guidance would be greatly appreciated. Thanks, RobA
