Please use the developer list for such questions…
I think that you need to dive deeper into
https://github.com/jenkinsci/ui-samples-plugin/blob/master/src/main/resources/jenkins/plugins/ui_samples/DropdownList/index.jelly
This is one of the most complex bindings, where you need to build separate
Hi,
I have created a build step that contains a simple drop-down list that
should provide different UI pieces depending on selection. Selection
contains just 2 hard-coded items.
That's how I implemented it:
Event XML is selected
Event GAV is selected
The