Changes between Initial Version and Version 1 of HudsonTracPlugin


Ignore:
Timestamp:
Jan 28, 2008, 7:20:48 AM (16 years ago)
Author:
roadrunner
Comment:

New hack HudsonTracPlugin, created by roadrunner

Legend:

Unmodified
Added
Removed
Modified
  • HudsonTracPlugin

    v1 v1  
     1= Hudson Trac Integration Plugin =
     2
     3== Description ==
     4
     5Integrate [https://hudson.dev.java.net/ Hudson] build results into the Trac
     6timeline and (optionally) provide a navbar menu to link to the Hudson instance.
     7
     8This plugin works very similar to the LuntbuildTracIntegration plugin and the
     9[http://dev.rectang.com/projects/continutrac Trac Continuum] plugin. The build
     10results are obtained from one of the RSS feeds Hudson provides.
     11
     12== Dependencies ==
     13
     14This plugin requires that the [http://www.feedparser.org/ python-feedparser]
     15library is installed on your system.
     16
     17== Configuration ==
     18
     19There are 3 options you can configure in your trac.ini under the section
     20`[hudson]` (if you have the IniAdminPlugin installed they will show up
     21under `hudson`):
     22 feed_url::
     23   The url of the hudson rss feed containing the build statuses.
     24   Example: `http://localhost/hudson/rssAll`
     25 display_subprojects::
     26   If set to `true` then display subprojects in the timeline too;
     27   otherwise only top-level projects are displayed.
     28 main_page::
     29   The url of the hudson page to link to from the trac mainnav; if
     30   empty, no entry is created in the mainnav. Example: `/hudson/`
     31
     32
     33== Bugs/Feature Requests ==
     34
     35Existing bugs and feature requests for HudsonTracPlugin are
     36[report:9?COMPONENT=HudsonTracPlugin here].
     37
     38If you have any issues, create a
     39[http://trac-hacks.org/newticket?component=HudsonTracPlugin&owner=roadrunner new ticket].
     40
     41== Download ==
     42
     43Download the zipped source from [download:hudsontracplugin here].
     44
     45== Source ==
     46
     47You can check out HudsonTracPlugin from [http://trac-hacks.org/svn/hudsontracplugin here] using Subversion, or [source:hudsontracplugin browse the source] with Trac.
     48
     49== Example ==
     50
     51None (yet).
     52
     53== Recent Changes ==
     54
     55[[ChangeLog(hudsontracplugin, 3)]]
     56
     57== Author/Contributors ==
     58
     59'''Author:''' [wiki:roadrunner] [[BR]]
     60'''Contributors:'''