Original author(s) | Brian Warner[1] |
---|---|
Developer(s) | Dustin J. Mitchell |
Initial release | April 29, 2003[2] |
Stable release | 0.8.5[3] / September 18, 2011 |
Operating system | all POSIX including Linux, BSD, Mac OS X |
Available in | Python |
Type | continuous integration |
License | GPL |
Website | buildbot.net |
BuildBot is a software development continuous integration tool which automates the compile/test cycle required to validate changes to the project code base. It began as a light-weight alternative to the Mozilla project's Tinderbox, and is now used at Mozilla, Chromium and many other projects.[4][5]
Contents |
BuildBot is written in Python on top of the Twisted libraries.
As of June 2010[update], in version 0.8.0, Buildbot supports SCM integration with CVS, Arch, Bazaar, Darcs, SVN, Perforce, Mercurial, Git, Monotone, and BitKeeper.[6]