持续集成工作流程理念

发布于 2024-07-26 20:00:13 字数 1432 浏览 4 评论 0原文

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

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

发布评论

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

评论(2

沐歌 2024-08-02 20:00:13

TeamCity 具有预测试提交功能。

http://www.jetbrains.com/teamcity/delayed_commit.html

TeamCity has a pretest commit feature.

http://www.jetbrains.com/teamcity/delayed_commit.html

时光与爱终年不遇 2024-08-02 20:00:13

在我目前工作的公司,我们考虑过使用这种方法。 最后我们选择使用更简单的东西。 我们让自动化构建在成功构建后设置一个标签,并且我们有一个工具可以用来同步到该标签。 因此,当有人破坏构建时,其他人仍然可以从存储库中获取工作版本。 同步工具还可以确保,如果您刚刚提交了某些内容,您的更改不会被属于该标签的修订所替换。 对于我们来说,这非常有效,但可能不适合您的情况。

问候,

塞巴斯蒂安

At the company I'm currently working we thought about using such an approach. In the end we chose to use something simpler. We let the automated builds set a label after a successful build and we have a tool that we use to sync to that label. So when someone breaks the build, other people will still be able to get a working version from the repository. The tool that syncs also makes sure that if you just submitted something, your changes will not be replaced by the revisions belonging to the label. For us this work perfectly, but it might not be suited for your situation.

Regards,

Sebastiaan

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