Skip to content

Commit c355da7

Browse files
committed
informational run
1 parent 5e0f418 commit c355da7

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

docs/pipelines/includes/information-run-include.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Information pipeline runs
3-
description: What are information pipeline runs
2+
title: Informational runs
3+
description: What are informational runs
44
ms.topic: reference
55
ms.assetid: 96a52d0d-5e01-4b30-818d-1893387522cd
66
ms.author: sandrica
@@ -9,11 +9,11 @@ ms.date: 02/04/2022
99
monikerRange: 'azure-devops'
1010
---
1111

12-
An information pipeline run tells you Azure DevOps tried running a YAML pipeline, but failed to retrieve its source code. Such a run looks like in the following screenshot.
12+
An informational run tells you Azure DevOps tried running a YAML pipeline, but failed to retrieve its source code. Such a run looks like in the following screenshot.
1313

14-
![information pipeline run](../process/media/pipeline-information-run.png)
14+
![informational run](../process/media/pipeline-information-run.png)
1515

16-
You can recognize an information pipeline run by the following attributes:
16+
You can recognize an informational run by the following attributes:
1717
- Status is `Canceled`
1818
- Duration is `< 1s`
1919
- Run name contains one of the following texts:

docs/pipelines/process/information-run.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Information pipeline runs
3-
description: What are information pipeline runs
2+
title: Informational runs
3+
description: What are informational runs
44
ms.topic: reference
55
ms.assetid: 96a52d0d-5e01-4b30-818d-1893387522cd
66
ms.author: sandrica
@@ -9,13 +9,13 @@ ms.date: 02/03/2022
99
monikerRange: 'azure-devops'
1010
---
1111

12-
# Information pipeline runs
12+
# Informational runs
1313

1414
[!INCLUDE [header](../includes/information-run-include.md)]
1515

16-
## When is an information pipeline run created?
16+
## When is an informational run created?
1717

18-
The first step of running a YAML pipeline is to retrieve its source code. When this step fails, the system creates an information run. These runs are created only if the pipeline's code is in a GitHub or BitBucket repository.
18+
The first step of running a YAML pipeline is to retrieve its source code. When this step fails, the system creates an informational run. These runs are created only if the pipeline's code is in a GitHub or BitBucket repository.
1919

2020
Retrieving a pipeline's YAML code can fail due to:
2121
- Repository provider experiencing an outage
@@ -34,7 +34,7 @@ A pipeline may run in response to:
3434
- New resource package versions are available
3535
- Resource containers changes
3636

37-
Here's an example of when an information pipeline run is created. Suppose you have a repo in your local BitBucket Server and a pipeline that builds the code in that repo. Assume you scheduled your pipeline to run every day, at 03:00. Now, imagine it's 03:00 and your BitBucket Server is experiencing an outage. Azure DevOps reaches out to your local BitBucket Server to fetch the pipeline's YAML code, but it can't, because of the outage. At this moment, the system creates an information pipeline run, similar to the one shown in the previous screenshot.
37+
Here's an example of when an informational run is created. Suppose you have a repo in your local BitBucket Server and a pipeline that builds the code in that repo. Assume you scheduled your pipeline to run every day, at 03:00. Now, imagine it's 03:00 and your BitBucket Server is experiencing an outage. Azure DevOps reaches out to your local BitBucket Server to fetch the pipeline's YAML code, but it can't, because of the outage. At this moment, the system creates an informational run, similar to the one shown in the previous screenshot.
3838

3939
## Next Steps
4040

docs/pipelines/process/scheduled-triggers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ In the second schedule, **Sunday 3:00 AM (UTC) weekly latest version build**, th
631631

632632
* You might have updated the service connection used to connect to the repository. This will cause a new run to be scheduled even if you have not updated your source code.
633633

634-
* Azure Pipelines first checks if there are any updates to your code. If Azure Pipelines is unable to reach your repository or get this information, it will create an [information pipeline run](./information-run.md). It is a dummy build to let you know that Azure Pipelines is unable to reach your repository.
634+
* Azure Pipelines first checks if there are any updates to your code. If Azure Pipelines is unable to reach your repository or get this information, it will create an [informational run](./information-run.md). It is a dummy build to let you know that Azure Pipelines is unable to reach your repository.
635635

636636
### I see the planned run in the Scheduled runs panel. However, it does not run at that time. Why?
637637

docs/pipelines/repos/bitbucket.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@ For included branches, a build will be triggered on each push to a pull request
211211

212212
---
213213

214-
## Information pipeline runs
215-
[!INCLUDE [information-runs](../includes/information-run-include.md)]
214+
## Informational pipeline runs
215+
[!INCLUDE [informational-runs](../includes/information-run-include.md)]
216216

217-
Learn more about [information pipeline runs](../process/information-run.md).
217+
Learn more about [informational pipeline runs](../process/information-run.md).
218218

219219
## FAQ
220220

docs/pipelines/repos/github.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -512,10 +512,10 @@ The following commands can be issued to Azure Pipelines in comments:
512512

513513
If you have the necessary repository permissions, but pipelines aren't getting triggered by your comments, make sure that your membership is **public** in the repository's organization, or directly add yourself as a repository collaborator. Azure Pipelines cannot see private organization members unless they are direct collaborators or belong to a team that is a direct collaborator. You can change your GitHub organization membership from private to public here (replace `Your-Organization` with your organization name): `https://github.com/orgs/Your-Organization/people`.
514514

515-
## Information pipeline runs
516-
[!INCLUDE [information-runs](../includes/information-run-include.md)]
515+
## Informational runs
516+
[!INCLUDE [informational-runs](../includes/information-run-include.md)]
517517

518-
Learn more about [information pipeline runs](../process/information-run.md).
518+
Learn more about [informational runs](../process/information-run.md).
519519

520520

521521
[!INCLUDE [ci-triggers](includes/source-options.md)]

docs/pipelines/repos/on-premises-bitbucket.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ To allow traffic from Azure DevOps to reach your Bitbucket Server, add the IP ad
6969

7070
Allow Azure Pipelines to attempt accessing the Git server in the **Other Git** service connection.
7171

72-
## Information pipeline runs
73-
[!INCLUDE [information-runs](../includes/information-run-include.md)]
72+
## Informational pipeline runs
73+
[!INCLUDE [informational-runs](../includes/information-run-include.md)]
7474

75-
Learn more about [information pipeline runs](../process/information-run.md).
75+
Learn more about [informational pipeline runs](../process/information-run.md).
7676

7777
## FAQ
7878

0 commit comments

Comments
 (0)