You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/2025/includes/pipelines/sprint-257-update.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This sprint, were introducing a **Triggers** page that gives you an overview of
14
14
> [!div class="mx-imgBorder"]
15
15
> [](../../media/257-pipelines-01.png#lightbox)
16
16
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.
18
18
19
19
```yaml
20
20
trigger:
@@ -35,7 +35,7 @@ resources:
35
35
trigger: true
36
36
```
37
37
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
39
39
40
40
> [!div class="mx-imgBorder"]
41
41
> [](../../media/257-pipelines-02.png#lightbox)
@@ -49,12 +49,12 @@ When you navigate to the _Schedule triggers_, you see there are triggers defined
49
49
> [!div class="mx-imgBorder"]
50
50
> [](../../media/257-pipelines-03.png#lightbox)
51
51
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.
53
53
54
54
> [!div class="mx-imgBorder"]
55
55
> [](../../media/257-pipelines-04.png#lightbox)
56
56
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.
58
58
59
59
> [!div class="mx-imgBorder"]
60
60
> [](../../media/257-pipelines-05.png#lightbox)
@@ -140,7 +140,7 @@ There are three templates used here. Each template may use conditional expressio
140
140
141
141
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.
142
142
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.
144
144
145
145
> [!div class="mx-imgBorder"]
146
-
> [](../../media/257-pipelines-10.png#lightbox)
146
+
> [](../../media/257-pipelines-10.png#lightbox)
0 commit comments