Software Engineering, Automation and DevOps Solutions
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...
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...
Context To setup the context, let us consider a scenario where we have a Sonar Analysis being performed by SonarQube which has been triggered by a CI tool like Jenkins. To enable the result of the analysis performed in SonarQube to be passed back to Jenkins, we want to setup...
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...
As we are moving more and more towards using containers to deploy our applications, it becomes necessary that we understand the various ways in which we can access it. As an end user, it might suffice to browse the application a web browser. However, when you are working as a...