SonarQube
  • Preface
  • 1. About SonarQube
  • 2. Get Started in Two minutes
  • 3. Installation of SonarQube
    • 3.0.1 Pre-requisities
    • 3.1 SonarQube - SQL Server configuration
    • 3.2 SonarQube - MySQL Server configuration
    • 3.2.1 SonarQube - PostgreSQL Server Configuration
    • 3.3 Install SonarQube as Standalone Service
    • 3.4 Firewall settings for SonarQube
    • 3.5 Configure ODBC Driver
  • 4. SonarScanner Installation
    • 4.1 Installation of SonarScanner in Windows
    • 4.2 Installation of SonarScanner in Jenkins
  • 5. Analysis using SonarQube
    • 5.1 Simple Analysis using SonarScanner
    • 5.2 Advanced Analysis using SonarQube
  • 6. Understanding the Report
  • 7. Integration with Jenkins
Powered by GitBook
On this page

Was this helpful?

6. Understanding the Report

Previous5.2 Advanced Analysis using SonarQubeNext7. Integration with Jenkins

Last updated 5 years ago

Was this helpful?

After running the batch command , you can see the report in the web console.

After logging in as administrator into the Web Console you will be able to view the code analysis.When you click on any of the respective columns like Code Smells it will display what needs to be done to change the code.

Now select the required file and fix the code for a greater quality product.