TravisCI vs BuildBot vs Bamboo vs Jenkins
Jim Rowan
jmr at computing.com
Wed Feb 22 18:03:55 UTC 2017
I like buildbot. It is more programmable, and probably much easier to extend in the case that the build-in paradigms don’t quite do what you would like. I think this makes it more suitable for large or complicated/unusual systems. Implemented in python, and the configuration is also written in python (and thus nicely lives in git/svn/whatever — I can’t even imagine choosing a CI system in which the config can’t be properly managed!!). Runs everywhere python runs, including windows (either with cygwin or native).
More information about the freebsd-hackers
mailing list