wiki:TracBuildbotIntegration

Version 23 (modified by Ryan J Ollos, 11 years ago) (diff)

Added syntax highlighting.

Integration of the Buildbot continuous integration server into Trac

Description

Buildbot is a simple and highly configurable continuous integration server. This plugin attempts to integrate it into Trac

Screenshots

Main page

Screenshot of the main page

Builder page

Screenshot of a builder page

Bugs/Feature Requests

Existing bugs and feature requests for TracBuildbotIntegration are here.

If you have any issues, create a new ticket.

Installation

Buildbot

You need at least version 0.7.7 of buildbot to run this plugin. Download it from buildbot's site and follow installation instructions.

Plugin installation

Download TracBuildbot-0.1.3-py2.4.egg and place it in the plugin directory of your trac project. Then add to your trac.ini the url where the waterfall status page of Buildbot is accessible, for example.

[components]
buildbot.* = enabled

[buildbot]
url = http://localhost:8081
;number of builds displayed in the builder page
numbuilds=10

Source

Version 0.1.3 is available for download http://trac-hacks.org/changeset/5398/tracbuildbotintegration/tags/0.1.3?old_path=%2F&format=zip

You can check out TracBuildbotIntegration from here using Subversion, or browse the source with Trac.

Recent Changes

16941 by rjollos on 2017-11-01 00:50:33
TracBuildbot 0.2.0dev: Remove use of macros.html

Require Trac >= 1.0.

14226 by rjollos on 2014-11-01 09:06:54
0.2.0dev: Defined options in class and some PEP-0008 changes. Modified the entry point.
14105 by rjollos on 2014-08-22 08:12:14
PEP-0008 changes and converted tabs to spaces.
(more)

Author/Contributors

Author: etienne e.ti.n.pierre_AT_gmail.com
Maintainer: etienne e.ti.n.pierre_AT_gmail.com
Contributors:

Attachments (3)

Download all attachments as: .zip