TeamCity 替代方案

发布于 2024-08-11 13:47:20 字数 1539 浏览 2 评论 0原文

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

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

发布评论

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

评论(6

执笏见 2024-08-18 13:47:20

Team City 有一个开源许可选项(如果这就是您的意思)由不可出售。如果没有,请查看 Hudson

编辑:这里是在 Windows 上运行从站的说明。

Team City has an Open Source licensing option if that is what you mean by non-sellable. If not, look at Hudson.

EDIT: Here are the instructions for running a slave on Windows.

烈酒灼喉 2024-08-18 13:47:20

您可以尝试 Hudson克鲁西控制。我们正在从 CC.Net 迁移到 Hudson。

You can try Hudson or Crusie Control. We are moving from CC.Net to Hudson.

太阳男子 2024-08-18 13:47:20

我们使用 CruiseControl.NET。与 TeamCity 相比,配置有点困难(您需要编辑 XML 配置,这很容易出错),但具有很多功能。

它可以与 SVN(以及许多其他 VCS)配合使用,检测更改并自动启动构建,您可以将其设置为运行测试、显示覆盖率分析等。

并且它支持许多构建引擎,例如 NAnt 和 MSBuild(用于Visual Studio 的解决方案)。请注意,要构建 VC++ 项目,您需要在构建计算机上部署 Windows SDK。

如果需要的话,编写插件也很简单。

We use CruiseControl.NET. It's a bit hard to configure comparing to TeamCity (you'll need to edit XML config, which is error-prone), but has a lot of features.

It can work with SVN (and many other VCSs), detect changes and start build automatically, you can set it up to run tests, display coverage analysis etc.

And it supports many build engines, such as NAnt and MSBuild (which is used in Visual Studio for its solutions). Note that for VC++ projects to build you'll need to deploy Windows SDK on your build machine.

It is also very simple to write plugins if necessary.

我的痛♀有谁懂 2024-08-18 13:47:20

要回答问题的“更新:”部分,是的,Hudson 支持构建代理:

“Hudson 支持“主/从”模式,其中构建项目的工作量被委托给多个“从”节点,允许单个 Hudson 安装来托管大量项目,或提供构建/测试所需的不同环境。”

-- http://wiki.hudson-ci.org/display/HUDSON/分布式+构建

To answer the "Update:" portion of the question, yes, Hudson supports build agents:

"Hudson supports the "master/slave" mode, where the workload of building projects are delegated to multiple "slave" nodes, allowing single Hudson installation to host a large number of projects, or provide different environments needed for builds/tests."

-- http://wiki.hudson-ci.org/display/HUDSON/Distributed+builds

空城仅有旧梦在 2024-08-18 13:47:20

CruiseControl 非常好。对于 .net,请检查 CruiseControl.net。对于 Ruby,CruiseControl.rb

CruiseControl is quite nice. For .net, check CruiseControl.net. For Ruby, CruiseControl.rb

习惯成性 2024-08-18 13:47:20

你可以试试詹金斯。
其中支持100个

You can try jenkins.
Which support 100

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