wiki:BambooTracPlugin

Version 5 (modified by figaro, 9 years ago) (diff)

Cosmetic changes

Bamboo Trac Integration Plugin

Description

Integrate Bamboo build results into the Trac timeline and (optionally) provide a navigation bar menu to link to the Bamboo instance. Bamboo is a continuous integration and build server, supported by Atlassian.

This plugin works very similar to the HudsonTracPlugin (and was almost completely based on it), LuntbuildTracIntegration plugin and the Trac Continuum plugin. The build results are obtained from one of the RSS feeds Bamboo provides.

Bugs/Feature Requests

Existing bugs and feature requests for BambooTracPlugin are here.

If you have any issues, create a new ticket.

enhancement

0 / 1

Download

Download the zipped source from [download:bambootracplugin here].

Source

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

Installation

This plugin requires that the python-feedparser library is installed on your system.

Install this plugin using easy_install:

easy_install http://trac-hacks.org/svn/bambootracplugin/0.11/

Enable the plugin in trac.ini:

[components]
bambootrac.bambootracplugin.* = enabled

Configuration

At a minimum, you need the feed_url parameter:

[bamboo]
feed_url= http://localhost/bamboo/rss/createAllBuildsRssFeed.action?feedType=rssAll&os_username=user&os_password=pass

If you are using basic authentication on your bamboo installation, you should be able to use the following configuration:

[bamboo]
feed_url= http://localhost/bamboo/rss/createAllBuildsRssFeed.action?feedType=rssAll&os_authType=basic
username = yourusername
password = yourpassword

Note: I haven't tested the Basic authentication, and just used the same code that the HudsonTracPlugin was using.

Recent Changes

5833 by grimsy on 2009-05-22 02:25:41
simplifying the stylesheet
5832 by grimsy on 2009-05-22 02:11:04
initial import of BambooTracPlugin code. Based almosted entirely on the HudsonTracPlugin
5831 by grimsy on 2009-05-22 02:08:15
New hack BambooTracPlugin, created by grimsy
(more)

Author/Contributors

Author: grimsy
Maintainer: Geoff Jacobs
Contributors: