I have a paramatized build job that I want to run manually.
In this task, the first parameter is the selection parameter (parent), which is a drop-down list that has several choices. There are also many other (child) options, but I want them to be hidden / disabled. However, in the drop-down list (parent parameter), there is one parameter that, when selected, will include all child parameters.
Is it possible to have such an installation in Jenkins?
source
share