Changes between Version 11 and Version 12 of TeamcityPluginIntegration


Ignore:
Timestamp:
Mar 18, 2015, 1:05:53 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, removed superfluous tag

Legend:

Unmodified
Added
Removed
Modified
  • TeamcityPluginIntegration

    v11 v12  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Teamcity integration plugin =
     3= Teamcity integration plugin
    44
    5 == Description ==
     5== Description
    66
    7 This is an integration plugin for Continuous Integration and Build Server [http://www.jetbrains.com/teamcity/ Teamcity].
     7This is an integration plugin for Continuous Integration and Build Server [http://www.jetbrains.com/teamcity/ Teamcity]. Teamcity is a free build and integration server by the !JetBrains company.
    88
    9 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    1010
    1111Existing bugs and feature requests for TeamcityPluginIntegration are
     
    1515[http://trac-hacks.org/newticket?component=TeamcityPluginIntegration&owner=johnatannvmd new ticket].
    1616
    17 == Download ==
     17[[TicketQuery(component=TeamcityPluginIntegration&group=type,format=progress)]]
     18
     19== Download
    1820
    1921Download the zipped source from [download:teamcitypluginintegration here].
    2022
    21 == Source ==
     23== Source
    2224
    2325You can check out TeamcityPluginIntegration from [http://trac-hacks.org/svn/teamcitypluginintegration here] using Subversion, or [source:teamcitypluginintegration browse the source] with Trac.
    2426
    25 == Example ==
     27== Example
    2628
    2729This plugin provides 'build' events from Teamcity server to Trac timeline and creates control buttons and progressbars for selected teamcity builds.
    2830
    29 == Installation ==
     31== Installation
    3032
    31  1. Install the `lxml` package (`sudo apt-get install python-lxml` on Ubuntu).
    32  1. Add a special user in you teamcity installation for this Trac plugin
     33 1. Install the `lxml` package. for example: `sudo apt-get install python-lxml` on Ubuntu.
     34 1. Add a special user in you teamcity installation for this Trac plugin.
    3335 1. Get latest version from svn:
    3436 {{{
     
    4244 cp dist/TeamCityPlugin-X.X-pyX.X.egg /path/to/trac/instance/plugins/
    4345 }}}
    44  1. Edit Trac config.ini, enable plugin:
     46 1. Edit `trac.ini` to enable the plugin:
    4547 {{{
    4648 #!ini
     
    4850 teamcity.* = enabled
    4951 }}}
    50  1. Add permissions to users allowed to build and/or configure plugin. There are two trac permissions: TEAMCITY_BUILD (allows to view /trac-instance/builds page and run builds) and TEAMCITY_ADMIN (allows to edit plugin settings).
     52 1. Add permissions to users allowed to build and/or configure plugin. There are two !TeamCity permissions:
     53  * `TEAMCITY_BUILD` allows to view /trac-instance/builds page and run builds.
     54  * `TEAMCITY_ADMIN` allows to edit plugin settings.
    5155 {{{
    5256 #!sh
    5357 trac-admin /path/to/trac/instance permission add authenticated TEAMCITY_BUILD
    5458 }}}
    55  1. Edit plugin settings. All plugin settings are stored in config.ini, so you can add a new section to config.ini or go to trac-instance/admin/teamcity/builds and fill the web-form. Settings:
     59 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:
    5660 {{{
    5761 #!ini
     
    6569                                           # Plugin will add events to timeline for builds which are newer then now()-limit
    6670 }}}
    67  All of described settings you can add to Trac config.ini directly or via admin iface.
     71 All of described settings can be added to `trac.ini` directly or enabled via the admin interface.
    6872
    69 == Recent Changes ==
     73== Recent Changes
    7074
    7175[[ChangeLog(teamcitypluginintegration, 3)]]
    7276
    73 == Author/Contributors ==
     77== Author/Contributors
    7478
    7579'''Author:''' [wiki:siniy] [[BR]]
    76 '''Maintainer:''' johnatannvmd [[BR]]
     80'''Maintainer:''' [[Maintainer]][[BR]]
    7781'''Contributors:''' [[BR]]
    7882'''License:''' BSD 3-Clause