TeamCity
 
You are viewing the documentation for an earlier version of TeamCity.

Including Third-Party Reports in the Build Results

Last modified: 20 April 2023

If your reporting tool produces reports in HTML format, you can extend TeamCity with a custom tab to show the information provided by the third-party reporting tool on the build results page. General flow is like this:

  • configure the build script to produce the HTML report (preferably in a zip archive);

  • configure build artifacts to publish the report as build artifact to the server: at this point you can check that the archive is available in build's artifacts;

  • configure Report Tab in the administration area to make the report from artifacts available as an extra tab on the build or project level.

There are two types of report tabs available:

  • Build-level: appears on Working with Build Results page for each build that produced the artifact with the specified name. These are configured server-wide on Administration | Integrations | Report Tabs page.

  • Project-level: appears under the Project page for a particular project only, if a build within the project produces the specified reports artifact. These are configured on Project administration > Report Tabs page.

To configure a report tab, go to the Integrations | Report Tabs page or project settings respectively, click Create new report tab and proceed with the following options: