Changes between Version 7 and Version 8 of BambooTracPlugin


Ignore:
Timestamp:
Aug 6, 2016, 8:15:49 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • BambooTracPlugin

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Bamboo Trac Integration Plugin
     3= Integrate the Bamboo build service into Trac
    44
    55== Description
    66
    7 This plugin integrates [http://www.atlassian.com/software/bamboo/ Bamboo] 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.
     7This plugin integrates [http://www.atlassian.com/software/bamboo/ Bamboo] 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.
    88
    9 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 that Bamboo provides.
     9This plugin works very similar to the HudsonTracPlugin (and is almost completely based on it), LuntbuildTracIntegration plugin and the Trac Continuum plugin. The build results are obtained from one of the RSS feeds that Bamboo provides.
    1010
    1111== Bugs/Feature Requests
     
    3636}}}
    3737
    38 Enable the plugin in `trac.ini`:
     38Enable the plugin in your `trac.ini` file:
    3939{{{#!ini
    4040[components]
     
    4444== Configuration
    4545
    46 At a minimum, you need the feed_url parameter:
     46At a minimum, you need the `feed_url` parameter:
    4747{{{#!ini
    4848[bamboo]
     
    5050}}}
    5151
    52 If you are using basic authentication on your bamboo installation, you '''should''' be able to use the following configuration:
     52If you are using basic authentication on your Bamboo installation, you '''should''' be able to use the following configuration:
    5353{{{
    5454#!ini