Changes between Version 10 and Version 11 of TeamcityPluginIntegration


Ignore:
Timestamp:
Mar 25, 2013, 7:07:29 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added contributors.

Legend:

Unmodified
Added
Removed
Modified
  • TeamcityPluginIntegration

    v10 v11  
    5959 base_url = http://<you_ci_server>:<port>  # base url to TC server, WITHOUT trailing slash
    6060 username = trac
    61  password = trac1                # TC credentials which plugin will use to access TC server
    62  cache_dir = /tmp/teamcity_cache # Plugin will cache here build logs from teamcity
    63  builds = bt1,bt2                # a list of buildTypeId from TC to follow
    64  limit = 10080                   # Number of minutes for timeline.
    65                                 # Plugin will add events to timeline for builds which are newer then now()-limit
     61 password = trac1                          # TC credentials which plugin will use to access TC server
     62 cache_dir = /tmp/teamcity_cache           # Plugin will cache here build logs from teamcity
     63 builds = bt1,bt2                          # a list of buildTypeId from TC to follow
     64 limit = 10080                             # Number of minutes for timeline.
     65                                           # Plugin will add events to timeline for builds which are newer then now()-limit
    6666 }}}
    6767 All of described settings you can add to Trac config.ini directly or via admin iface.
     
    7575'''Author:''' [wiki:siniy] [[BR]]
    7676'''Maintainer:''' johnatannvmd [[BR]]
     77'''Contributors:''' [[BR]]
    7778'''License:''' BSD 3-Clause