Movatterモバイル変換


[0]ホーム

URL:


Trac Hacks
wiki:BambooTracPlugin

Context Navigation


Contents

  1. Description
  2. Bugs/Feature Requests
  3. Download
  4. Source
  5. Installation
  6. Configuration
  7. Recent Changes
  8. Author/Contributors

Integrate the Bamboo build service into Trac

Description

This plugin integratesBamboo build results into the Trac timeline and (optionally) provides a navigation bar menu to link to the Bamboo instance. Bamboo is a continuous integration and build server, supported by Atlassian. It is a paid, cloud-based service and proprietary licensed.

This plugin works very similar to theHudsonTracPlugin (and is almost completely based on it),LuntbuildTracIntegration plugin. The build results are obtained from one of theRSS feeds that Bamboo provides.

Bugs/Feature Requests

Existing bugs and feature requests forBambooTracPlugin arehere.

If you have any issues, create anew ticket.

enhancement

0 / 1

Download

Download the zipped source fromhere.

Source

You can check outBambooTracPlugin fromhere using Subversion, orbrowse the source with Trac.

Installation

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

Install this plugin usingeasy_install:

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

Enable the plugin in yourtrac.ini file:

[components]bambootrac.bambootracplugin.*=enabled

Configuration

At a minimum, you need thefeed_url parameter:

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

If you are using basicauthentication on your Bamboo installation, youshould be able to use the following configuration:

[bamboo]feed_url=http://localhost/bamboo/rss/createAllBuildsRssFeed.action?feedType=rssAll&os_authType=basicusername=yourusernamepassword=yourpassword

Note: I haven't tested the Basicauthentication, and just used the same code that theHudsonTracPlugin was using.

Recent Changes

5833 bygrimsy on 2009-05-22 02:25:41
simplifying the stylesheet
5832 bygrimsy on 2009-05-22 02:11:04
initial import ofBambooTracPlugin code. Based almosted entirely on theHudsonTracPlugin
5831 bygrimsy on 2009-05-22 02:08:15
New hackBambooTracPlugin, created bygrimsy
(more)

Author/Contributors

Author:grimsy
Maintainer:Geoff Jacobs
Contributors:

Last modified5 years agoLast modified on May 20, 2020, 6:58:32 PM

Download in other formats:


Trac Powered

Powered byTrac 1.2.6
ByEdgewall Software.


[8]ページ先頭

©2009-2025 Movatter.jp