15

AFAIK there are not official TeamCity and Gitlab integration plugins, but is there any unofficial project doing this? I need to dynamically build merge requests created on Gitlab on TeamCity and provide feedback of the build status on merge request section. Anybody have achieved this? Is there any alternative using other CI server?

Krzysztof Wolny
  • 10,576
  • 4
  • 34
  • 46
Carlos Castellanos
  • 2,358
  • 4
  • 25
  • 43

1 Answers1

0

Have you checked out Team Citys rather extensive REST API?https://confluence.jetbrains.com/display/TCD10/REST+API

Maybe you can find what you're looking for there?

Janspeed
  • 2,644
  • 2
  • 22
  • 22