cnescatlab / sonar-cnes-report

Generates analysis reports from SonarQube web API.
GNU General Public License v3.0
456 stars 155 forks source link

Report genration using template #398

Closed Akshaykeyshell closed 3 months ago

Akshaykeyshell commented 3 months ago

I'm attempting to use a custom template for a SonarQube report in an Azure DevOps pipeline. However, instead of generating a SonarQube report with my template applied, the pipeline is producing a document that's just a copy of the template file. I'm using SonarQube 9 with sonar-cnes-report 4.2.

here is the usage java -jar $(Build.SourcesDirectory)\sonar-cnes-report\target\sonar-cnes-report-$(CnesVersion).jar -s $(sonarServerURL) -t $(sonarToken) -p $(sonarProjectKey) -r $(configRoot)/templates.docx -o $(Build.ArtifactStagingDirectory)\Sonar-reports

User environment

Azure devops

Akshaykeyshell commented 3 months ago

Issue fixed