Software Engineering, Automation and DevOps Solutions

How to install SQL Server database for SonarQube

Overview SonarQube has an inbuilt database which is meant for evaluation purpose. When we start using SonarQube for production, we should switch to one of the databases supported by SonarQube. Here we will discuss how to setup SQL server database for SonarQube. To write our sample code, we will use...

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