Sonarqube

What is Sonarqube

Posted on

Sonarqube is a tool to check the code quality and provides a platform to write a cleaner and safer code for the developers. It provides the dashboard for a user to show all the issues related to their code like security issues,vulnerability issues, bugs,code smells etc. If you want to see the video for this […]

Sonarqube

SonarQube Installation on Windows

Posted on

In this blog, we will do the SonarQube Installation on Windows. Quick and easy steps for download and SonarQube installation on Windows to automate code inspection Read out my article  What is sonarqube to gain basic knowledge of the tool. Pre-requisite: Java 1.8 or above  as per the version of the sonarqube (Make sure to […]

Jenkins

Jenkins integration with SonarQube

Posted on

In this blog, we will do the Jenkins integration with SonarQube. This will help you to check the quality of code using an automated CI/CD pipeline job. Prerequisite Jenkins Installation Sonarqube Installation “Quality cannot be inserted afterwards, rather it must be part of the process.” As a good practice in a development team, it is […]