On Fri, Sep 7, 2018 at 8:48 AM <[email protected]> wrote: > The use case: Considering a list of labels (which can contain any number of > labels at each time) and that each label object has 5 particular int fields > that represent votes (one per each build outcume - started, successful, > failed, unstable, not built) then display each label and its corresponding > votes in an entry inside the Gerrit Trigger job configure page.
The UI in your screenshot is not implementable via standard, supported Jenkins databinding. You can use the standard approach I described in my previous message, where the config form merely lets a user *Add »* new label blocks and type in / complete / select the label; or you can try some tricks to get a nonstandard UI and pray that you can make it work. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3RTdp5bDeCJmvtPG5urqra142WPvCtLbkgGse8xzYe0g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
