[[PageOutline(2-5,Contents,pullout)]] = Bamboo Trac Integration Plugin = == Description == Integrate [http://www.atlassian.com/software/bamboo/ 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 [http://www.feedparser.org/ python-feedparser] library is installed on your system. == Installation == {{{ #!sh easy_install http://trac-hacks.org/svn/bambootracplugin/0.11/ }}} Enable the plugin in trac.ini. {{{ #!ini [components] bambootrac.bambootracplugin.* = enabled }}} == Configuration == At a minimum, you need the feed_url parameter {{{ #!ini [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 {{{ #!ini [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'' == Bugs/Feature Requests == Existing bugs and feature requests for BambooTracPlugin are [report:9?COMPONENT=BambooTracPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=BambooTracPlugin&owner=grimsy new ticket]. == Download == Download the zipped source from [download:bambootracplugin here]. == Source == You can check out BambooTracPlugin from [http://trac-hacks.org/svn/bambootracplugin here] using Subversion, or [source:bambootracplugin browse the source] with Trac. == Recent Changes == [[ChangeLog(bambootracplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:grimsy] [[BR]] '''Maintainer:''' [wiki:grimsy] [[BR]] '''Contributors:'''