Skip to content

Latest commit

 

History

History
111 lines (65 loc) · 4.44 KB

pipelinereport.md

File metadata and controls

111 lines (65 loc) · 4.44 KB
title description ms.assetid ms.topic ms.custom ms.date monikerRange
Pipeline reports
Get meaningful insights with pipeline reports in the pipeline
678DF283-CE38-4CAF-BA74-D331B357F510
conceptual
continuous-test
08/21/2019
>=azure-devops-2019

Pipeline reports

[!INCLUDE version-gt-eq-2019]

Teams track their pipeline health and efficiency to ensure continuous delivery to their customers. You can gain visibility into your team's pipeline(s) using Pipeline analytics. The source of information for pipeline analytics is the set of runs for your pipeline. These analytics are accrued over a period of time, and form the basis of the rich insights offered. Pipelines reports show you metrics, trends, and can help you identify insights to improve the efficiency of your pipeline.

::: moniker range="azure-devops-2019"

Prerequisites

Ensure that you have installed the Analytics Marketplace extension for Azure DevOps Server.

::: moniker-end

::: moniker range="azure-devops-2019 || azure-devops"

View pipeline reports

::: moniker-end

::: moniker range="azure-devops-2019"

A summary of the pass rate can be viewed in the Analytics tab of a pipeline. To drill into the trend and insights, click on the card to view the full report.

::: moniker-end

::: moniker range="azure-devops"

A summary of the pass rate and duration can be viewed in the Analytics tab of a pipeline. To drill into the trend and insights, click on the card to view the full report.

[!div class="mx-imgBorder"] View pipeline reports

::: moniker-end

::: moniker range="azure-devops-2019"

[!div class="mx-imgBorder"] View pipeline reports

::: moniker-end

::: moniker range="azure-devops"

Pipeline pass rate report

The Pipeline pass rate report provides a granular view of the pipeline pass rate and its trend over time. You can also view which specific task failure contributes to a high number of pipeline run failures, and use that insight to fix the top failing tasks.

The report contain the following sections:

  • Summary: Provides the key metrics of pass rate of the pipeline over the specified period. The default view shows data for 14 days, which you can modify.

    [!div class="mx-imgBorder"] View Top Failing Task

  • Failure trend: Shows the number of failures per day. This data is divided by stages if multiple stages are applicable for the pipeline.

    [!div class="mx-imgBorder"] View pass rate

  • Top failing tasks & their failed runs: Lists the top failing tasks, their trend and provides pointers to their failed runs. Analyze the failures in the build to fix your failing task and improve the pass rate of the pipeline.

    [!div class="mx-imgBorder"] View Task Failure Details

Pipeline duration report

The Pipeline duration report shows how long your pipeline typically takes to complete successfully. You can review the duration trend and analyze the top tasks by duration to optimize the duration of the pipeline.

[!div class="mx-imgBorder"] View Duration Summary

[!div class="mx-imgBorder"] View Duration Trend

::: moniker-end

Test failures report

The Test failures report provides a granular view of the top failing tests in the pipeline, along with the failure details. For more information on this report, see Test failures.

[!div class="mx-imgBorder"] Test analytics detail view

Filters

Pipelines reports can be further filtered by date range or branch.

  • Date range: The default view shows data from the last 14 days. The filter helps change this range.

    [!div class="mx-imgBorder"] View days filter

  • Branch filter: View the report for a particular branch or a set of branches.

    [!div class="mx-imgBorder"] View branch filter

[!INCLUDE help-and-support-footer]