When working with the Active Choice CheckBox parameter, you can select the default values by adding the ": selected" parameter Pipeline: When assembling with parameters, two environments at once, "Development" and "Production" will be selected by default
When working with the Active Choice CheckBox parameter, the parameter values are written to the variable, separated by commas. To work with them as separate elements, you need to save them in an array. For example, there is the following Active Choice, which displays a list of environments in the form of a CheckBox. Pipeline: …
Continue reading "Jenkins – Active Choice: CheckBox – Working with an Array"