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"
HTTPS In order to be able to work with the Git repository in CodeCommit using the AIM role, AWS Cli must be installed on the instance. You will also need "credential-helper", for this we create a configuration file for Git: And copy the following into it: Now you can work with CodeCommit over …
Continue reading "CodeCommit – Git"
This line checks the change of the "configmap.yml" file between the last and the last but one commit, if there was a change in it, then the configmap update in Kubernetes is performed.
System preparation Install RVM Go to the site rvm.io and look at the installation commands: Add a user to the group: rvm:x:1001:ubuntu My username in the system – ubuntu Then from the user: