Jenkins – Active Choice: SSH – Return remote command values

For a parameterized assembly with an image tag selection, you will need the Active Choices plugin Go to “Manage Jenkins”   Section “Manage Plugins”   Go to the “Available” tab and select “Active Choices” in the search. Install it.   Create a “New Item” – “Pipeline“, indicate that it will be a parameterized assembly, and … Continue reading " Jenkins – Active Choice: SSH – Return remote command values"

 Jenkins – Active Choice: S3 – Return necessary key value from JSON file

For a parameterized assembly with an image tag selection, you will need the Active Choices plugin Go to “Manage Jenkins”   Section “Manage Plugins”   Go to the “Available” tab and select “Active Choices” in the search. Install it.   Create a “New Item” – “Pipeline“, indicate that it will be a parameterized assembly, and … Continue reading " Jenkins – Active Choice: S3 – Return necessary key value from JSON file"

 Jenkins – Active Choice: PostgreSQL – Return result of SELECT query

For a parameterized assembly with an image tag selection, you will need the Active Choices plugin Go to “Manage Jenkins”   Section “Manage Plugins”   Go to the “Available” tab and select “Active Choices” in the search. Install it. You also need plugins: Database PostgreSQL Database Create a “New Item” – “Pipeline“, indicate that it … Continue reading " Jenkins – Active Choice: PostgreSQL – Return result of SELECT query"

Jenkins – Active Choice: CheckBox – Default values

  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

Jenkins – Active Choice: Pipeline examples

  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: