Including Third-Party Reports in the Build Results

Skip to end of metadata
Go to start of metadata
You are viewing documentation of TeamCity 3.x, which is not the most recent released version of TeamCity. Please refer to the listing to choose another version.
Documentation Index

Including Third-Party Reports in the Build Results

TeamCity can be extended to include information provided by third-party reporting tools.

If your reporting tool produces a report in HTML format, you can add a new tab to the build results page which will show the report. To do this specify the report as an artifact and modify the configuration to instruct the server to display the report whenever it is found in the artifact.

To enable including a report in a separate tab:

  1. For the build configuration, that produces a report, add an archive or directory to the Artifact paths of the build runner.
  2. Add the following line within the <server> tag of the <TeamCity data directory>/config/main-config.xml file:

where:

  • title is a unique title of the report tab
  • basePath is an archive or directory that contains the generated report, something like javadoc or report.zip
  • startPage is a relative path of the start page within the report archive or directory.

See also:

Labels:

admin admin Delete
build build Delete
status status Delete
script script Delete
report report Delete
statistics statistics Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.