Jenkins: Is there a way to have a parent assembly parameter that enables / disables child assembly parameters?

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?

+4
source share
1 answer

, - , JSON SCHEMA,

0

Source: https://habr.com/ru/post/1544565/


All Articles