Generating Sonarqube analysis report using tag

Hi @channel,

We have been facing one issue while generating sonarqube analysis report.
we are trying to generate the report using tag. It is taking time. Is there any way to reduce the time?.

Sonarqube version 6.7.5 lts
database- postgresql

# sonar-project.properties
sonar.projectKey=Platform
sonar.projectName=Platform
sonar.projectVersion=1.0
sonar.sourceEncoding=UTF-8
sonar.sources=Services
sonar.java.binaries=Services
sonar.scm.enabled=true
sonar.scm.url=scm:ssh://repository@sbcom/home/repository/PLATFORM

What could be the issue. and how to resolve this issue.

Let me know if any other information you required.

Thank you in advance.

Hi,

First, there shouldn’t be any need for these properties:

But that’s not likely the cause of your issue.

Can you tell from the analysis log where the extra time is being spent?

 
Ann