[email protected] schrieb am Freitag, 24. Juni 2022 um 16:13:22 UTC+2:
> Hi team, > I have such a requirement on the Jenkins pipeline: when creating > parameters, there is a booleanParam parameter A, when A is true, I want the > extendedChoice boxes will pop up automatically, and the multi-select > parameters of this box will be passed to later use, when A is false I need > this optional box is not displayed, and this false value is also used in > the back, how can I implement it, or what can I refer to, thank you > Take a look a Active Choice plugin, this could solve the problem. And be aware that extended-choice is vulnerable: https://www.jenkins.io/security/advisory/2022-03-15/#SECURITY-2232 -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/c1b11689-2d74-4c08-95cd-f5cc6b63f108n%40googlegroups.com.
