Reputation: 107
I have integrated SonarQube with TFS.I am scanning a Java project in sonarqube via TFS using commandline task. In Tool: gave the sonarscanner path. I want to display the entire sonarqube analysis report in TFS. Is there any task in TFS which will help me display the sonarqube analysis report with issues and vulnerabilities.I want the sonar to be directly accessible through TFS once the anlaysis is done. Please help. Is this feasible?
Upvotes: 0
Views: 766
Reputation: 51103
If you are using vNext build, you could use the Analyzing with SonarQube Scanner CLI Task to analyze projects outside MSBuild such Java build technologies.
More detail steps please take a look at below link: Analyzing with SonarQube Extension for VSTS/TFS (TFS2015 update3 and later)
Analysis Reports
Currently, neither reports nor Pull Request analysis comments are supported in this mode.
Unfortunately, the analysis reports feature is not support in this task for the integration with TFS. You could submit a uservoice to sonarqube team.
Upvotes: 1