View Classic pipeline history

Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019

With Azure Pipelines, you can set up a classic pipeline to build your project. This article will guide you through checking the history of your classic pipeline to see what changed, when it happened, and who made the changes.

Prerequisites

  • Create an Azure DevOps organization and a project if you haven't already.

  • A working Classic pipeline.

View pipeline history

  1. Sign in to your Azure DevOps organization, and then navigate to your project.

  2. Select Pipelines, select your Classic pipeline, and then select Edit.

  3. Select the History tab to view a list of changes, including who made the changes and when they occurred.

    A screenshot displaying how to view Classic pipeline history in Azure DevOps Services.

  1. Sign in to your Azure DevOps collection, and then navigate to your project.

  2. Select Pipelines, select your Classic pipeline, and then select Edit.

  3. Select the History tab to view a list of changes, including who made the changes and when they occurred.

    A screenshot displaying how to view Classic pipeline history.

  1. To take action on a change, select it, select the ellipsis button ..., and then choose either Compare Difference or Revert Pipeline.

    A screenshot displaying the Classic pipeline history difference.

Note

When viewing the compare difference in Classic pipeline history, the JSON files are read-only and cannot be edited directly.