I am still a SQ newbie and I don’t know where to find the logs. I changed to DEBUG mode but where on the server are the logs. For the build agent, also not sure how to set that to verbose from the command line. I am using a TFS vNext task and passing the following args:
Hey there,
same Issue here.
Background Tasks visible and marked as successfull, but the project is empty.
SQ Version 7.7 (build 23042) + postgres
Code: C# & VB
using SonarScanner for MSBuild 4.6.1
target/
I haven’t find in the log which rules are taken. If you can give me any tips to do that I can run again with SCM in order to see what happens. (PS: It happens and all my project: java, python, c++ since the update to 7.7)
In my case it was the same, I had to remove ignored files which was the whole project from the .gitignore file manually . After removing the ignored files it worked like a charm. Thanks Diorcet.
I have the same issue. I’m using SonarQube 7.9.1 and sonarscanner 4.0.0 and using following parameters when scanning,
-Dsonar.projectKey
-DsonarProjectBaseDir
-Dsonar.sources
Do you have a .gitignore file? And if so, what happens if you remove it or set -Dsonar.scm.exclusions.disabled=true on the analysis command line, as suggested above?
@ganncamp I hosted sonar on my local windows machine and created the project on gitlab. also configured sonar scanner CLI which is running perfect and when i am running the scanner getting same issue which is analyse is successfully but can see the project bugs and other details on sonar dashboard. i tried with all solution which is mentioned above.
Please refer my logs from here and suggest me i am missing something?