Part 1 — Configure System Part 1 will describe how to configure the Jenkins system to add the SonarQube, Keycloak and Gitea servers, and to configure the Kubernetes cloud where our builds are going to run. SonarQube servers We add our SonarQube server, so that withSonarQubeEnv can inject the server URL and the authentication token to our build. The…