Santosh Nellagisantoshnellagi.hashnode.dev·Jul 23, 2024Integrating Jenkins with SonarQube for code quality analysis.Integrating Jenkins with SonarQube for code quality analysis involves setting up both tools and configuring Jenkins jobs to execute SonarQube analysis as part of the build pipeline. Below is a step-by-step guide to achieve this: Prerequisites Jenkin...Jenkins
Srikanth Pentapati7f.hashnode.dev·Oct 29, 2023Sonarqube Installation on UbuntuTo run SonarQube, we need to have Java installed on the node Let's install OpenJDK 17, Login to the node with the root access (this depends on which user you would like to install Java on. If you have multiple users and have multiple Java versions t...sonarqube installation
Nayan Shivharenayanshiv1.hashnode.dev·Apr 4, 2023SonarQube: Your Guide to Quality Code - Installation Made Easy!Summary: In this article, you'll discover everything you need to know about SonarQube, from its components to the installation process. If you've struggled with installing and running SonarQube in the past, rest assured that this step-by-step guide w...45 readssonarqube