-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maven build job on PR can't find report-task.txt #3976
Comments
Sonar integration is a third party extension (not this repo) |
@davidstaheli to verify i'm not overlooking something (since this is a Maven build). I think this issue should be closed here and follow with Sonar folks would be best. |
Just mentioning, that while we do have installed the extension from SONAR (3rd party), it does not look like the maven job was replaced (yet) by the Sonar folks - I know the MS Build tasks are already deprecated because of this. |
Note that the above happens with |
FYI, after checking the sources, it seems it's really |
even in PR builds Fixing issue #3976 Internal Bug #976726
even in PR builds Fixing issue #3976 Internal Bug #976726
Hi @ratcashdev, we made some changes recently, and I believe this is currently set to the behavior you're requesting, so I'm closing this ticket. If that's not the case or if need a change in functionality, please open a new ticket for our consideration. Thanks! (Additionally, we've asked SonarQube to take over the development of the SonarQube logic, so this may change in the future.) |
Using VSTS 2017 and Sonarqube 6.x
PR jobs are started with
-Dsonar.analysis.mode=issues
hence sonar does not generate the report-task.txt. The build does not find it, and consider the sonar analysis broken. As a result the PR is not populated with sonar analysis result's comments.The text was updated successfully, but these errors were encountered: