Including Third-Party Reports in the Build Results

Search
Searching TeamCity 5.x Documentation
Table of Contents

TeamCity can be extended with a custom tab 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 build artifacts.

Two types of report tabs are available:

  • System wide reports tab, which will be available on the Build Results Home Page of each build in the system that produces the specified reports artifact. Use Report Tabs settings section of the Server Configuration to configure this type of report.
  • Project-specific report tabs, which will appear on the Project Home Page for a particular project only. Use Report Tabs section on the project settings to configure this type of report.

An example report tab might look like "OpenAPI JavaDoc" tab on this screenshot:




See Also:

Labels