Changes between Version 12 and Version 13 of TeamcityPluginIntegration


Ignore:
Timestamp:
Nov 10, 2015, 9:30:57 AM (8 years ago)
Author:
figaro
Comment:

Rearranged paragraphs to maintain consistency

Legend:

Unmodified
Added
Removed
Modified
  • TeamcityPluginIntegration

    v12 v13  
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=TeamcityPluginIntegration&owner=johnatannvmd new ticket].
     15[/newticket?component=TeamcityPluginIntegration new ticket].
    1616
    1717[[TicketQuery(component=TeamcityPluginIntegration&group=type,format=progress)]]
     
    1919== Download
    2020
    21 Download the zipped source from [download:teamcitypluginintegration here].
     21Download the zipped source from [export:teamcitypluginintegration here].
    2222
    2323== Source
    2424
    25 You can check out TeamcityPluginIntegration from [http://trac-hacks.org/svn/teamcitypluginintegration here] using Subversion, or [source:teamcitypluginintegration browse the source] with Trac.
    26 
    27 == Example
    28 
    29 This plugin provides 'build' events from Teamcity server to Trac timeline and creates control buttons and progressbars for selected teamcity builds.
     25You can check out TeamcityPluginIntegration from [/svn/teamcitypluginintegration here] using Subversion, or [source:teamcitypluginintegration browse the source] with Trac.
    3026
    3127== Installation
     
    3430 1. Add a special user in you teamcity installation for this Trac plugin.
    3531 1. Get latest version from svn:
    36  {{{
    37  #!sh
     32 {{{#!sh
    3833 svn co http://trac-hacks.org/svn/teamcitypluginintegration
    3934 }}}
    4035 1. Build egg-file and put it to Trac plugins dir:
    41  {{{
    42  #!sh
     36 {{{#!sh
    4337 python setup.py bdist_egg
    4438 cp dist/TeamCityPlugin-X.X-pyX.X.egg /path/to/trac/instance/plugins/
    4539 }}}
    4640 1. Edit `trac.ini` to enable the plugin:
    47  {{{
    48  #!ini
     41 {{{#!ini
    4942 [components]
    5043 teamcity.* = enabled
     
    5346  * `TEAMCITY_BUILD` allows to view /trac-instance/builds page and run builds.
    5447  * `TEAMCITY_ADMIN` allows to edit plugin settings.
    55  {{{
    56  #!sh
     48 {{{#!sh
    5749 trac-admin /path/to/trac/instance permission add authenticated TEAMCITY_BUILD
    5850 }}}
    5951 1. Edit plugin settings. All plugin settings are stored in config.ini, so you can add a new section to `trac.ini` or go to `trac-instance/admin/teamcity/builds` and fill the web-form. Settings:
    60  {{{
    61  #!ini
     52 {{{#!ini
    6253 [teamcity]
    6354 base_url = http://<you_ci_server>:<port>  # base url to TC server, WITHOUT trailing slash
     
    7162 All of described settings can be added to `trac.ini` directly or enabled via the admin interface.
    7263
     64== Example
     65
     66This plugin provides 'build' events from Teamcity server to Trac timeline and creates control buttons and progressbars for selected teamcity builds.
     67
    7368== Recent Changes
    7469
     
    8075'''Maintainer:''' [[Maintainer]][[BR]]
    8176'''Contributors:''' [[BR]]
    82 '''License:''' BSD 3-Clause