从 Visual svn 触发 teamcity 构建服务器中的构建

发布于 2024-09-06 10:52:40 字数 108 浏览 0 评论 0原文

当有人在 Visual svn 上提交到存储库时,有没有办法通知 teamcity?这样,每次有人提交到存储库时,teamcity 中的构建都会立即触发,而开发人员无需等待轮询在其设定的时间间隔内启动。

Is there a way to notify teamcity when ever someone does a commit to a repository on visual svn? This is so every time someone commits to the repository a build in teamcity will trigger immediately without the developer having to wait for polling to kick in on its set time interval.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柏林苍穹下 2024-09-13 10:52:40

您也许可以使用 Subversion 挂钩来实现这一目标,但这真的值得吗?您可以将 TeamCity 服务器设置为每 10 秒轮询一次,这对 SVN 存储库的性能影响不大,而且对于开发人员的等待来说可能也没什么影响。 (我的意思是,你的构建需要多长时间?)

You could probably do something using Subversion hooks to achieve that, but is it really worthwhile? You could set your TeamCity server to poll every 10 seconds, which is nothing in terms of a performance hit to the SVN repository and probably nothing much in terms of the wait for developers. (I mean, how long does your build take?)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文