Skip to content

An outdated plugin for displaying Bamboo build results in the Trac timeline

Notifications You must be signed in to change notification settings

grimsy/bamboo-trac-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Bamboo Trac Integration Plugin

Description

Integrate ​Bamboo build results into the Trac timeline and (optionally) provide a navbar menu to link to the Bamboo instance.

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.

Dependencies

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

Installation

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're 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

Please note that I haven't tested the Basic authentication, and just used the same code that the HudsonTracPlugin was using

For more info, visit http://trac-hacks.org/wiki/BambooTracPlugin

About

An outdated plugin for displaying Bamboo build results in the Trac timeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages