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"
By default, Jenkins uses your browser’s settings language. In order to force change it, you can use the Locale plugin Go to Jenkins settings Section "Manage Plugins" Go to the "Available" tab and specify "Locale" in the search. Install it. And back to Jenkins settings, tab "Configure System" Find the …
Continue reading "Jenkins – Change default language"
An example of a pipeline for working with the plugin for kubernetis. We build the maven project, create a docker image with the received artifact and push it into the docker image storage. Pipeline: Dockerfile – already created in the pipeline itself. envVar – taken from the secret of kubernetes