Hi
I have a build flow job that uses the options "This build is parameterized".
Is there a way to display nested parameters?
The user need to select which plugin he wants to build
checkbox plugin_1
checkbox plugin_2
checkbox plugin_3
checkbox plugin_4
checkbox plugin_5
for every checkbox that the user checked three other parameters should appear:
string tag_name
checkbox create_wgn_only
checkbox upload_plugin_yaml only
for example:
(checked) plugin_1
tag_name
create_wgn_only
upload_plugin_yaml only
(not checked) plugin_2
(not checked) plugin_3
(not checked) plugin_4
(checked) plugin_5
tag_name
create_wgn_only
upload_plugin_yaml only