Integrating GitLab with TeamCity
Since GitLab 7.6, or thereabouts, there is a new option to use TeamCity directly from GitLab projects. In the setup there is this message: The build configuration in Teamcity must use the build format number %build.vcs.number% you will also want to configure monitoring of all branches so merge requests build, that setting is in the vsc root advanced settings. I'm not sure how this works. Lets say I have a repository Foo. I have setup a build on TeamCity to listen to Foo with branch specification: +:refs/pull/*/merge I then fork Foo in gitlab as FooFork, make a change, then request a merge