SonarQube integration with Jenkins Pipeline
In this article we will discuss the steps required to integrate SonarQube with Jenkins. We will first see how to configure SonarQube in Jenkins and then create a Jenkins pipeline project and run analysis using SonarQube. We will use Java and maven project to demonstrate the integration between SonarQube and...