Jenkins generate new parameters based on another parameter value
问题 I have a choice parameter called 'Data Center' which has two values DC01 and DC02. If user chooses DC01 I want few other build parameters to show up, if he chooses DC02 I want other parameters to show up. Is there any way to do it? If user chooses DC01, I want two more fields such as 'hostname' and 'IP address' which are just text fields. I have tried using Active Choice Plugin, but I don't think we can generate text field parameters using that. Can anyone help? 回答1: We can generate text