TeamCity 2.1 Help

Including Third-Party Reports in Build

TeamCity can recognize reports, generated by third-party reporting tools, and create special tabs for them.

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 Runners.

  2. In the file <TeamCity Data Directory> /config/main-config.xml add the following line within the <server> tag:

<report-tab title="A Report" auxiliary-id="A Report" basePath="<report archive or directory>" startPage="index.html" />

where:

  • title is a unique title of the report tab

  • basePath is an archive or directory that contains the generated report

  • startPage is a relative path of the start page within the report archive or directory.

Last modified: 20 April 2023