Changes between Version 24 and Version 25 of HudsonTracPlugin


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

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • HudsonTracPlugin

    v24 v25  
    99This plugin works very similar to the LuntbuildTracIntegration plugin and the [http://dev.rectang.com/projects/continutrac Trac Continuum] plugin. The build results are obtained from the Hudson remote API.
    1010
    11 '''Note''': as of version 0.4 this plugin requires Hudson 1.367 or later; if you are running an earlier version of Hudson then you'll need to grab r7912 instead.
     11'''Note''': as of version 0.4 this plugin requires Hudson 1.367 or later; if you are running an earlier version of Hudson, then you'll need to grab r7912 instead.
    1212
    1313For additional integration between Trac and Jenkins see [https://wiki.jenkins-ci.org/display/JENKINS/Trac+Plugin Jenkins Trac Plugin] and [https://wiki.jenkins-ci.org/display/JENKINS/Trac+Publisher+Plugin Jenkins Trac Publisher Plugin].
    1414
    15 [[Image(hudson_plugin_screenshot.png, border=1)]]
     15[[Image(hudson_plugin_screenshot.png, border=2)]]
    1616
    1717== Bugs/Feature Requests
    1818
    19 Existing bugs and feature requests for HudsonTracPlugin are [report:9?COMPONENT=HudsonTracPlugin here].
     19Existing bugs and feature requests for HudsonTracPlugin are
     20[report:9?COMPONENT=HudsonTracPlugin here].
    2021
    21 If you have any issues, create a [/newticket?component=HudsonTracPlugin new ticket].
     22If you have any issues, create a
     23[/newticket?component=HudsonTracPlugin new ticket].
    2224
    2325[[TicketQuery(component=HudsonTracPlugin,group=type,format=progress)]]
     
    4345== Configuration
    4446
    45 There are the following options you can configure in your `trac.ini` under the section `[hudson]`. If you have the IniAdminPlugin installed they will show up on the Trac Admin page under `hudson`:
     47There are the following options you can configure in your `trac.ini` file under the section `[hudson]`. If you have the IniAdminPlugin installed they will show up on the Trac Admin page under `hudson`:
    4648 job_url::
    4749   The url of the top-level hudson page if you want to display all
     
    5961   authentication is needed. Default is empty.
    6062 api_token::
    61    The API Token to use to access Jenkins. This takes precendence over
     63   The API Token to use to access Jenkins. This takes precedence over
    6264   any password and is the preferred mechanism if you are running
    6365   Jenkins 1.426 or later and Jenkins is enforcing authentication (as
     
    103105   triggered the build if any, else show no author for the build).
    104106
    105 Example `trac.ini` (not necessary if using the defaults):
     107Example `trac.ini`:
    106108{{{#!ini
    107109[hudson]
     
    111113}}}
    112114
    113 Lastly, make sure you assign users the `BUILD_VIEW` permission in order for them to be able to see the builds in the timeline.
     115Note that it is not necessary to specify this `hudson` section if you are using the default values.
     116
     117Lastly, make sure you assign users the `BUILD_VIEW` permission for them to be able to see the builds in the timeline.
    114118
    115119== Upgrade Notes