Configure Quality Gates in SonarQube Server
In this blog i will show how to configure Quality Gates in SonarQube server. What is Quality Gate? Quality Gate is combination of various conditions, against which SonarQube server measures project quality thresholds. There are different categories/severity of issue which sonar reports, like Critical, Blocker, Major, Code Coverage, blocker issues since last build and many others. Before I explain further, let me explain when need arises to create custom quality gates. Sonarqube works with many technologies, all these technologies will have different standard and process. And measuring criteria can't be same for all these applications, in such scenarios different Quality Gates will be needed for each of these projects/application. Now moving on with the Quality Gate creation process. Login to SonarQube server, for me it is hosted at " http://localhost:9000/ ", incase it defers then access the url on which sonarqube server is hosted. ...