Hello,
We are using SonarQube Enterprise Edition v10.5.1 (90531).
We configure our projects on SonarQube via sonar.properties file.
However we are lacking of the DevOps Platform Integration with Bitbucket configuration.
After some search on the Internet, we have found some parameters that can specify the configuration but none of them are working. I don’t think that these are the correct ones.
sonar.projectKey=com.example.mdt-test:java-spring
sonar.projectName=MDT Test Java Spring
sonar.sourceEncoding=UTF-8
sonar.verbose=true
sonar.language=java
sonar.java.binaries=target/classessonar.pullrequest.provider: Bitbucket
sonar.pullrequest.bitbucket.serverUrl=https://mgit001
sonar.pullrequest.bitbucket.projectKey=MDT
sonar.pullrequest.bitbucket.repositorySlug=mdt-test
We are creating all the projects automatically via these properties files that’s why configuring the Bitbucket integration as part of these files is very crucial for us in order to create our development pipelines without human intervention.
Can you please help us with how to configure the DevOps Platform Integration with Bitbucket via our properties file?
Thanks in advance.
Kind regards,
Cihan