有哪些业界广泛使用的持续集成工具,用于基于 Python 的程序的夜间构建系统

发布于 2024-12-28 11:32:42 字数 1432 浏览 2 评论 0原文

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

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

发布评论

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

评论(3

我爱人 2025-01-04 11:32:42

Jenkins (从 Hudson(被 Oracle 收购后)尽管最初是为 Java 编写的,但在 Python 社区中拥有大量追随者。

甚至还有很多教程:

Jenkins (forked from Hudson after it was bought by Oracle), despite being written originally for Java, has a significant following in the Python community.

There are even a number of tutorials:

冰葑 2025-01-04 11:32:42

Buildbot 是用 python/twisted 编写的,它的所有配置语法都是用 python 编写的,所以python 程序员很容易设置。许多开源项目使用它,包括Python 本身

就我个人而言,我认为与 Jenkins/Hudson 相比,它的 UI 有一些不足之处,但它的功能非常棒。

Buildbot is written in python/twisted, and all of it's configuration syntax is in python, so it's very easy for python programmers to setup. A bunch of open source projects use it including python itself.

Personally, I think it's UI leaves something to be desired compared to Jenkins/Hudson, but it's functionality is fantastic.

情释 2025-01-04 11:32:42

我们有一个相当大的项目,全部用 python 编写,我们使用 github 进行版本控制,并使用 buildbot 作为我们的夜间构建系统。 http://trac.buildbot.net/ 它的效果非常好,除非你在“指责列表”中被点名”

We have a reasonably large project all in python, we're using github for version control with buildbot as our nightly build system. http://trac.buildbot.net/ It works really well except when you get called out in the "blamelist"

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