Software Engineering, Automation and DevOps Solutions
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...
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...