Viewing Pipeline Results

Overview

Once a pipeline is started, its progress and results can be viewed in the branch for which it was run. This article explains how to view the results of a simple pipeline.

Pipeline Results

The instructions below use a simple, single-step pipeline that was run on the Example Branch.

1

Find Results

The pipeline results are found on the Activities tab for the branch where the pipeline was run.

  1. Click Code from the left sidebar menu.

  2. Click the branch that you ran the pipeline for.

  3. Click the Activities tab.

2

View Results

circle-info

The following instructions explain how to view a step's results from the pipeline view. Since a pipeline creates a job for each step, you can also see the results of an individual step by clicking the corresponding job in the Jobs table on the Activities tab.

  1. From the Pipelines table, click the pipeline that you ran in the section above.

  2. Each step that has run in the pipeline is marked as Completed (Green Checkmark Icon) or Exception (Orange Caution Icon).

  3. Click the Validate step to view its results.

  4. The Logs provide detailed messages about the step, including:

    • Metadata retrieval

    • Dependency checks

    • Test outcomes

    • Success and failure messages

Last updated

Was this helpful?