Skip to content

Commit 925451c

Browse files
Merge branch 'users/glmorale/sprint247releasenotes' of https://github.com/MicrosoftDocs/azure-devops-docs-pr into users/glmorale/sprint247releasenotes
2 parents 76693a2 + 6548f1b commit 925451c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

release-notes/2025/includes/pipelines/sprint-257-update.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This sprint, were introducing a **Triggers** page that gives you an overview of
1414
> [!div class="mx-imgBorder"]
1515
> [![Screenshot of Pipelines Triggers.](../../media/257-pipelines-01.png "Screenshot of Pipelines Triggers.")](../../media/257-pipelines-01.png#lightbox)
1616
17-
Imagine you have the following YAML pipeline defined in the `main` branch of a repo. Consider there's also a `feature` branch, that has the same YAML pipeline code.
17+
Imagine you have the following YAML pipeline defined in the `main` branch of a repo. Consider there's also a `feature` branch that has the same YAML pipeline code.
1818

1919
```yaml
2020
trigger:
@@ -35,7 +35,7 @@ resources:
3535
trigger: true
3636
```
3737
38-
When you navigate to the **Triggers** page, you will see the following
38+
When you navigate to the **Triggers** page, you see the following
3939
4040
> [!div class="mx-imgBorder"]
4141
> [![Screenshot of Continuous integration triggers.](../../media/257-pipelines-02.png "Screenshot of Continuous integration triggers.")](../../media/257-pipelines-02.png#lightbox)
@@ -49,12 +49,12 @@ When you navigate to the _Schedule triggers_, you see there are triggers defined
4949
> [!div class="mx-imgBorder"]
5050
> [![Screenshot of Pipelines schedule triggers.](../../media/257-pipelines-03.png "Screenshot of Pipelines schedule triggers.")](../../media/257-pipelines-03.png#lightbox)
5151

52-
When you navigate to the triggers_ section, you see the defined resource triggers and their details.
52+
When you navigate to the _Resource triggers_ section, you see the defined resource triggers and their details.
5353

5454
> [!div class="mx-imgBorder"]
5555
> [![Screenshot of Pipelines resource triggers.](../../media/257-pipelines-04.png "Screenshot of Pipelines resource triggers.")](../../media/257-pipelines-04.png#lightbox)
5656

57-
You can switch branched, from `main` to `feature` to see what triggers you defined for the `feature` branch.
57+
You can switch branches, from `main` to `feature`, to see what triggers you defined for the `feature` branch.
5858

5959
> [!div class="mx-imgBorder"]
6060
> [![Screenshot of Pipelines continuous integration triggers.](../../media/257-pipelines-05.png "Screenshot of Pipelines continuous integration triggers.")](../../media/257-pipelines-05.png#lightbox)
@@ -140,7 +140,7 @@ There are three templates used here. Each template may use conditional expressio
140140

141141
Furthermore, when looking at old pipeline runs, you don't know if the pipeline's code is the same now as when the run ran.
142142

143-
In this sprint, were adding a new functionality that allows you to see easily the full YAML code of a pipeline run.
143+
In this sprint, we're adding a new functionality that allows you to easily see the full YAML code of a pipeline run.
144144

145145
> [!div class="mx-imgBorder"]
146-
> [![Screenshot of pipeline summary with see full YAML option.](../../media/257-pipelines-10.png "Screenshot of pipeline summary with see full YAML option.")](../../media/257-pipelines-10.png#lightbox)
146+
> [![Screenshot of pipeline summary with see full YAML option.](../../media/257-pipelines-10.png "Screenshot of pipeline summary with see full YAML option.")](../../media/257-pipelines-10.png#lightbox)

0 commit comments

Comments
 (0)