Hi all, newcomer here
Hi all, newcomer here
We are new to SonarQube, but have managed to mostly integrate it into our environment. We utilize a Bamboo script task (command below) to execute the SonarQube analysis, and are able to successfully view the results on the SonarQube page. This is done for every pull request per the Bamboo job.
Now we are trying to integrate it into Bamboo by doing the ‘Decorate Bamboo Pull request’ per documentation. However, under ‘Bitbucket Server PR Decoration’ states you should update Administration > General Settings > Pull Requests > Integration with Bitbucket Server > Personal access token and > The URL of the Bitbucket Server. Neither of those options eixst however, only ‘Project Key’ and ‘Repository slug’.
Can you please provide clear steps for a newcomer on what I need to do, or am doing wrong? I did look at this other topic Pull Request Decoration with Bitbucket Server and Bamboo which makes me think I need to modify my script command, but then what about the menu options identified under ‘Pull Requests’ the document mentions?
- SonarQube: Enterprise Edition-Version 7.9.1 LGPL v3
- Bitbucket v6.10.0
- Bamboo SonarQube Script task: MSBuild.SonarQube.Runner.exe begin /k:“PROJ” /n:“PROJ” /v:{bamboo.repository.branch.name} /d:sonar.branch.name={bamboo.repository.branch.name} /d:sonar.cs.opencover.reportsPaths=“opencover.xml”
