Im using sonarqube 7.7 community version ,which is containerized and integrated with azure devops pipeline. i want to see/download my sonarqube full report in azure devops.
my main goal is to download the sonarqube report in any format.
I have logged into the sonarqube and tried to install the CNES plugin from marketplace, but it is incompatible with my sonarqube version(only compatible with v.8 and above, I am not allowed to upgrade )
tried including the below property in pom.xml. but This issues report plugin is deprecated since SonarQube 5.1.
<properties>
<sonar.analysis.mode>preview</sonar.analysis.mode>
<sonar.issuesReport.html.enable>true</sonar.issuesReport.html.enable>
</properties>
SOMEONE PLEASE HELP REGARDING THE ABOVE ISSUE.