【问题标题】:how teamcity automatically building Pull Requests from GitHub?teamcity 如何从 GitHub 自动构建 Pull Requests?
【发布时间】:2018-06-12 21:45:44
【问题描述】:

TeamCity 文档说明:

在config的版本控制设置中,制定分支规范: +:refs/pull/*/合并

但在我的 VCS 根卡中,没有名为“分支规范”的部分,我该怎么办?

Here is my current configuration screen

【问题讨论】:

    标签: teamcity


    【解决方案1】:

    为了设置Branch specification参数,您需要点击配置屏幕底部的“显示高级选项”(就在保存按钮上方) 在这个textarea里面,你可以设置:+:refs/pull/*/merge

    【讨论】: