I have multiple jobs. Job "A" is start point and then it calls Job "B" AND "C". Jo "B" in turn calls "E,F,G".
I want to pass a string param from A to C and then to G.
I did use the plugin to pass param in post build action from A to C and then to G from C.
I am unable to see it in G. is there a special syntax for multiple jobs?