ramesh
ramesh

Reputation: 2487

Trigger Teamcity build from bitbucket cloud on pull request

I have been trying to trigger a build on TC on PR but the refs I have access to TC doesnt include refs/pull or refs/pull-request. Is this a Bitbucket cloud thing? Given that being the case how do I trigger build specifically on pull request?

Upvotes: 1

Views: 589

Answers (1)

Milnev
Milnev

Reputation: 105

There is a Bitbucket PR plugin for TeamCity: https://github.com/ArcBees/teamcity-plugins/wiki/Configuring-Bitbucket-Pull-Requests-Plugin

Bitbucket doesn't seem to offer access to pull requests the same way github does, but the plugin does the trick for us.

Upvotes: 1

Related Questions