Hello,
How to hide/show a parameter depending on an other jenkins parameter ? (Visible or unvisible paramter)
Thanks
Mac.
Hello,
How to hide/show a parameter depending on an other jenkins parameter ? (Visible or unvisible paramter)
Thanks
Mac.
I would look into the Active Choices parameters plugin. You can have AC reference parameters that respond to choices made in other form parameters , and you can hide and show them by rendering them as HTML input that can be hidden or shown.
Tanks for your response.
But How to hide List label IAM_TOGGLED , TOGGLE element , a textbox and its label?
I have a same requirement, Disable or hide the parameters like String, Choice parameters in build with parameters based on selection of boolean ‘true’ or radio or check box
I would appreciate you for the solution and by using active choice we can’t achieve
I didn’t get solution in stackoverflow as well
Here’s a post that explains how to use Active Choices plugin to dynamically hide arbitrary properties based on value change of another.