I have dabbled with Parameterized Trigger Plugin but haven't had any luck. What I am basically looking to achieve is pass over the parent job's parameters to the child job. In my parent job, I have defined a variable var whose value at run time I want to be able to pass to the child job Test_child.
In my child job Test_child, following is the set-up:-
And when I echo the same parameter variable in the child job, I don't see any values being passed on.



