Continuous integration for BitBucket/GitLab

Have any of you made the switch from GitHub to BitBucket or GitLab? What are you using for integration services? Hakiri and CodeClimate seem to support only GitHub.

gitlab offer its own CI.

You can follow this link : https://www.swtestacademy.com/jenkins-gitlab-integration/

Or GIT Lab Documentation : https://docs.gitlab.com/ee/integration/jenkins.html

We’re using GitLab’s built-in CI and are pretty happy with it. Integrating with third-party services might take a bit more work but should be doable.

However, I had a cursory look at Hakiri’s docs and it seems they’re GitHub only.