-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
71 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
title: View Classic pipeline history | ||
description: Learn how to determine what changed, when it happened, and who made the changes using the build history in your classic pipelines. | ||
ms.topic: how-to | ||
ms.assetid: AB81E23E-DD84-4BDB-ACD9-AE03D783A303 | ||
ms.date: 09/06/2024 | ||
monikerRange: '<= azure-devops' | ||
--- | ||
|
||
# View Classic pipeline history | ||
|
||
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)] | ||
|
||
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](../../organizations/accounts/create-organization.md) and a [project](../../organizations/projects/create-project.md#create-a-project) if you haven't already. | ||
|
||
- A working Classic pipeline. | ||
|
||
## View pipeline history | ||
|
||
::: moniker range=" azure-devops" | ||
|
||
1. Sign in to your Azure DevOps organization, and then navigate to your project. | ||
|
||
1. Select **Pipelines**, select your Classic pipeline, and then select **Edit**. | ||
|
||
1. Select the **History** tab to view a list of changes, including who made the changes and when they occurred. | ||
|
||
:::image type="content" source="media/classic-pipeline-history-devops.png" alt-text="A screenshot displaying how to view Classic pipeline history in Azure DevOps Services."::: | ||
|
||
::: moniker-end | ||
|
||
::: moniker range="< azure-devops" | ||
|
||
1. Sign in to your Azure DevOps collection, and then navigate to your project. | ||
|
||
1. Select **Pipelines**, select your Classic pipeline, and then select **Edit**. | ||
|
||
1. Select the **History** tab to view a list of changes, including who made the changes and when they occurred. | ||
|
||
:::image type="content" source="media/classic-pipeline-history.png" alt-text="A screenshot displaying how to view Classic pipeline history."::: | ||
|
||
::: moniker-end | ||
|
||
4. To take action on a change, select it, select the ellipsis button **...**, and then choose either **Compare Difference** or **Revert Pipeline**. | ||
|
||
:::image type="content" source="media/pipeline-history-compare-difference.png" alt-text="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. | ||
## Related content | ||
|
||
- [Build multiple branches in Azure Pipelines](../build/ci-build-git.md) | ||
|
||
- [Configure build run numbers](../process/run-number.md) | ||
|
||
- [Pipeline caching](../release/caching.md) | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters