Jenkins (forked from Hudson after it was bought by Oracle), despite being written originally for Java, has a significant following in the Python community.
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.
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"
发布评论
评论(3)
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:
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.
我们有一个相当大的项目,全部用 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"