I created a job( parameter build) which is running on master, In post-build action I am using Trigger parameterized build on other projects option where I am configured job2 which is running on slave machine. And I selected add parameters as current build parameters. still I am unable to use the parameter from job1. how to share the same parameters from job1 to job2.
NOTE: Parameterized Trigger plugin has been installed.