Software Engineering, Automation and DevOps Solutions

How to install SQL Server database for SonarQube

Overview SonarQube is a tool used for code quality management. It stores the information regarding code quality in a database. SonarQube comes with an inbuilt database that is meant for evaluation purpose. Once one starts using SonarQube for production, it is recommended to switch to one of the databases supported...

Guide to configure a webhook in SonarQube

Overview Webhooks are configured for sending notification to a web address that an event has occurred. In SonarQube, webhooks are configured to send notification to third party services to notify them of the SonarQube code analysis completion. In this post we will discuss in detail why to configure a webhook...

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