Javier C.
Javier C.

Reputation: 8257

Is there any way to connect Bitbucket with SonarQube using githook to automatically check pull requests without Jenkins/Bamboo?

I want to connect Bitbucket server (4.14) with SonarQube (6.3.1) to launch a sonar execution when any user create a pull request in Bitbucket.

Is there any way to connect Bitbucket with Sonar and launch the Sonar build scan using githook?

I know that that the best practice is to launch Sonar from Bamboo or Jenkins but I need a workaround before my company updates Bamboo for support pull request feature.

Thanks!

Upvotes: 1

Views: 703

Answers (1)

dokaspar
dokaspar

Reputation: 8624

You could try out the SonarQube Stash (BitBucket) plugin.

Upvotes: 3

Related Questions