Does the TeamCity build feature “Pull request” automatically run a merge build?
Completed
Does the TeamCity build feature Pull request automatically build a pull request against master? I'm not talking about merging automatically into master just building against it.
I can't seem to find any documentation. Previously in TC I could see two kinds of branches 33/merge and pull/33, with the build feature enabled I can only see pull/xx being triggered. In the build summary it does state Submitted into refs/heads/master, from xxxx-pull-request by xxxxxx
So I can only assume it is running the pull request against master based on the text above, however I can't seem to find any documentation to indicate this.
Please sign in to leave a comment.
Hi Imran,
Pull requests build feature allows you to run builds on pull requests branches. If you have a VCS trigger configured on a build configuration, it will run automatically. We have an article about this build feature with example configuration in our documentation: https://www.jetbrains.com/help/teamcity/pull-requests.html. This article should answer most of your questions and help you to configure your build configuration accordingly. If the item doesn't answer any of your questions, don't hesitate to ask.
Thanks Mikhail, much appreciated.