User statistics in TeamCity 6.0

I am trying to execute this entry ( http://pwigle.wordpress.com/2009/12/11/code-metrics-statistics-with-team-city/ ) to add code statistics to my TeamCity 6.0 Ci server. I got everything to work as described in the post, except for the last part, where the SourceMonitor results are displayed on the statistics page. Is there anything else I need to do in TeamCity 6.0 to get this to work?

+3
source share
1 answer

FYI you need to edit (TeamCity path) .BuildServer \ config \ main-config in 6.0 instead of (TeamCity path) .BuildServer \ config (project name) \ plugin-settings.xml. The plugin-settings.xml file is still present in version 6.0, but it seems to do nothing else. After that, everything works as described in detail above.

+2
source

Source: https://habr.com/ru/post/1789846/


All Articles