Sonarqube

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...

How to Install SonarQube on windows

Overview SonarQube can be used as a stand alone code analysis and quality management tool. It can also be integrated with the commonly used DevOps orchestration tools like Jenkins, GitHub etc. In this post, we will learn to install SonarQube on Windows OS. Then we will run SonarQube from windows...

How to handle inprogress status for SonarQube Quality gate

Updated on: 6 August 2022 Overview You might have setup CI CD pipeline with Jenkins and SonarQube for code analysis and quality gate. Then noticed that it works well for sometime and then suddenly in one of the successive builds, the pipeline starts getting stuck in the quality gate process...