Hello Team,
I’m Using SonarQube 8.4 and would need your suggestion on the following:
1.We have develop as a main branch but when i run a build from develop branch it looks for master branch as that is defined as main branch by sonar so everytime I have to run a build from Jenkins to create a project and then rename master branch as develop to make things look good but is there a way that this could be done automatically without me manually doing the above process?
-
For PR decorations, The projects is created when jenkins performs build and then passes the analysis to sonarqube so it is neither manually and nor through bitbucket so instead of manually adding PR decorations parameter is there any alternate way to get the configs added because from sonar document for 7.7 i do see sonar.pullrequest.bitbucketserver.project parameters could be passed through properties but doesnt seem to work with 8.4.
https://docs.sonarqube.org/7.7/analysis/pull-request/ -
Project creation through bitbucket: when i opt for creating projects from Bitbucket and despite of having admin access it lists only first 8 projects whereas I have almost 50 projects and there is no icon indicating pages.
Please suggest.