I have two build parameters, one a boolean and the other is any other type of parameter. The boolean field is named B and the other field is named O.
Is there an idiomatic way to hide O if B is not checked? The goal is to disallow showing O if B has not enabled it. This would simplify the job build UI for my users. If this is not possible out of the box, how hard would it be to write a plugin that allows this sort of conditional field-hiding? Thank you. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
