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"
A few examples of how Active Choices parameters in Pipeline as a code Example 1 Single selection from the list provided. A drop-down list of environments, by default, the first item in the list is selected. Pipeline:
In order to find out Jenkins username, you need a plugin user build vars Go to Jenkins settings Section "Manage Plugins" Go to the "Available" tab and specify "user build vars" in the search. Install it. An example of using a plugin from Pipeline: The module also has the following variables: …
Continue reading "Jenkins – Username"
For a parameterized build with branch selection, you will need a plugin Active Choices Go to Jenkins settings Section "Manage Plugins" Go to the "Available" tab and specify "Active Choice" in the search. Install it. Create a "New Item" – "Pipeline", indicate that it will be a parameterized project, and add the …
Continue reading "Jenkins – Active Choice: Git branch"