Changes between Version 5 and Version 6 of BambooTracPlugin


Ignore:
Timestamp:
Nov 11, 2015, 11:43:05 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • BambooTracPlugin

    v5 v6  
    55== Description
    66
    7 Integrate [http://www.atlassian.com/software/bamboo/ 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.
     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.
    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 Bamboo provides.
     9This 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.
    1010
    1111== Bugs/Feature Requests
     
    1515
    1616If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=BambooTracPlugin&owner=grimsy new ticket].
     17[/newticket?component=BambooTracPlugin new ticket].
    1818
    1919[[TicketQuery(component=BambooTracPlugin&group=type,format=progress)]]
     
    2121== Download
    2222
    23 Download the zipped source from [download:bambootracplugin here].
     23Download the zipped source from [export:bambootracplugin here].
    2424
    2525== Source
    2626
    27 You can check out BambooTracPlugin from [http://trac-hacks.org/svn/bambootracplugin here] using Subversion, or [source:bambootracplugin browse the source] with Trac.
     27You can check out BambooTracPlugin from [/svn/bambootracplugin here] using Subversion, or [source:bambootracplugin browse the source] with Trac.
    2828
    29 == Installation ==
     29== Installation
    3030
    3131This plugin requires that the [http://www.feedparser.org/ python-feedparser] library is installed on your system.
    3232
    3333Install this plugin using `easy_install`:
    34 {{{
    35 #!sh
     34{{{#!sh
    3635easy_install http://trac-hacks.org/svn/bambootracplugin/0.11/
    3736}}}
    3837
    3938Enable the plugin in `trac.ini`:
    40 {{{
    41 #!ini
     39{{{#!ini
    4240[components]
    4341bambootrac.bambootracplugin.* = enabled
     
    4745
    4846At a minimum, you need the feed_url parameter:
    49 {{{
    50 #!ini
     47{{{#!ini
    5148[bamboo]
    52 feed_url= http://localhost/bamboo/rss/createAllBuildsRssFeed.action?feedType=rssAll&os_username=user&os_password=pass
     49feed_url = http://localhost/bamboo/rss/createAllBuildsRssFeed.action?feedType=rssAll&os_username=user&os_password=pass
    5350}}}
    5451
     
    5754#!ini
    5855[bamboo]
    59 feed_url= http://localhost/bamboo/rss/createAllBuildsRssFeed.action?feedType=rssAll&os_authType=basic
     56feed_url = http://localhost/bamboo/rss/createAllBuildsRssFeed.action?feedType=rssAll&os_authType=basic
    6057username = yourusername
    6158password = yourpassword