I am creating a jenkins job that builds multiple modules , m1,m2,m3. each one of these modules requires different parameters . for example m1 requires p1,p2,p3 and m2 requires p4,p5,p6 and m3 requires p7,p8,p9. What I want to a achieve is : I want to have a drop down (can be a radio buttons) for the modules names (m1,m2,m3) and depending on the selection of the module , the required parameters for this module will be shown and other parameters will be hidden.
Please note that p1...p9 are NOT values , they are another parameters
is there any jenkins plugin to achieve this ? or if there is a way to do that.