Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
需要在 TeamCity 7.1 中配置哪些内容,使其仅在 git 中的主分支发生提交时触发构建?
目前,它在对其他(功能)分支的更改被推送到远程存储库时触发。
嗯,好像我们在 GitHub 上附加了一个服务挂钩到 TeamCity,它正在触发这些构建。
关闭 Github 钩子后,立即构建它按预期工作,仅在推送到 master 时构建。
(或者,可以将钩子配置为按分支过滤)