I am running one job on the Master which includes a groovy postbuild script that needs to collect information about the jobs currently running on the other nodes, specifically their parameters.
I have access to the corresponding node, slave, and computer objects, so I have been trying to obtain the current build object using those objects as a starting point, but I haven't had any success using that approach.
If you know how to get the Build object/variables of another node using my approach or a different one, please do share!