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 – Kubeconfig

  To store and switch between Kubernetes configurations, you can use the Kubernetes CLI plugin, to work with it, “kubectl” must be installed in the system Install the plugin Go to “Manage Jenkins”   Section “Manage Plugins”   Go to the “Available” tab and in the search indicate “Kubernetes CLI” Install it.   Add Kubernetes … Continue reading "Jenkins – Kubeconfig"

Jenkins – Username

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"