I am trying to integrate sap commerce 2211 with sonar cloud (paid version) using azure devops pipeline. I have successfully created connection between devops and sonar cloud using generated token from sonar cloud. I am also able to configure prepare sonar analysis step in yaml using connection but unable to find how to start the analysis of code quality and junit coverage report. Please help.
I am done with the following steps
- Prepared connection successfully.
- Configure sonar cloud analysis.
Failing at this point
- Tried to run ant sonar but not able to publish report.