I’m trying to integrate bitbucket server. In the shared document/page there is no steps for how pull request option will be appear in the bitbucket server. Do we need to add/install any plugin in bitbucket server? if yes is that free or paid addon
And in sonar-project.properties file what all details i need to give (like branch,project ,etc…)
Till now what i did
I added my bitbucket details in sonarqube devops platform integration & also i added PAT (personal access token).
I created a project with my repo (in first step it is asking to select the CI Tool i skip this step.)
after this what all i need to do could you please guide/help.
Thanks in advance.
Hi @ganncamp,
to be honest i have zero knowledge on sonarqube even with CI tool.
i dont know where the logs are stored in the backend server.
who will help/assist us for the integration part.
Right now we are in developer trail version if everything works fine we are thinking to purchase the license.
could you please assist someone or share detailed steps to us.
I think you’re going to find details of what’s going wrong and/or not happening in your background tasks log.
A little… erm “background” on that: Analysis runs on your CI agent and collects data about your code. It sends that data to the server in a single bundle at the end of analysis. On the server side the bundle is received, queued, and then processed as a “background task”.
If the analysis happened to be of a PR and if PR decoration is configured, at the end of the background task processing, the DevOps server is contacted for PR decoration. So (as I said - I tend to repeat myself ) its in the logs of these background tasks that we’ll probably find what’s going on.
To find those logs, you must be a project admin. Then from the project homepage, go to Project Settings → Background Tasks. You see all the tasks, most recent first. For tasks that had errors, the cog menu at the end of the row will give you access (IIRC) to the task log. Scroll to the end to find any errors and bring them back here.