[[PageOutline(2-5,Contents,pullout)]] = Integrate the Buildbot continuous integration server into Trac == Description [[Image(buildbot_logo.png, align=right)]] This plugin integrates !BuildBot into Trac. [http://buildbot.net Buildbot] is a simple and highly configurable continuous integration server. Buildbot is written in Python on top of the [https://twistedmatrix.com/trac/ Twisted libraries] and is itself GPL-licensed. This plugin adds a button to the navigation bar that takes you to the list of builds that have been performed in your Buildbot server and displays their status. === Main page [[Image(screenshot_mainpage.png, border=2)]] === Builder page [[Image(screenshot_builder.png, border=2)]] See also: [https://github.com/Tramort/tracbuildbot TracBuildbot] (external), [https://github.com/aleszoulek/bbnotify BuildbotNotify] (external) == Bugs/Feature Requests Existing bugs and feature requests for TracBuildbotIntegration are [report:9?COMPONENT=TracBuildbotIntegration here]. If you have any issues, create a [/newticket?component=TracBuildbotIntegration new ticket]. [[TicketQuery(component=TracBuildbotIntegration&group=type,format=progress)]] == Download Download the zipped source from [export:tracbuildbotintegration here]. == Source You can check out TracBuildbotIntegration from [/svn/tracbuildbotintegration/trunk/ here] using Subversion, or [source:tracbuildbotintegration browse the source] with Trac. == Installation You need at least version 0.7.7 of !BuildBot to run this plugin. Download it from [http://buildbot.net Buildbot]'s site and follow the installation instructions. Download the Python egg-file and place it in the plugins directory of your Trac project. == Configuration Enable the plugin in your `trac.ini` file and add the url where the waterfall status page of Buildbot is accessible: {{{#!ini [components] buildbot.* = enabled [buildbot] url = http://localhost:8081 ; number of builds displayed in the builder page numbuilds = 10 }}} == Recent Changes [[ChangeLog(/tracbuildbotintegration,3)]] == Author/Contributors '''Author:''' [wiki:etienne] e.ti.n.pierre_AT_gmail.com[[BR]] '''Maintainer:''' [[Maintainer]][[BR]] '''Contributors:'''