Skip to content

Commit 82cb636

Browse files
authored
Merge pull request #2705 from buildkite/clarify-group-merging-behaviour
Clarify behaviour of group merging
2 parents 2fb62d8 + 6ebe413 commit 82cb636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/pipelines/group_step.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ steps:
174174

175175
## Group merging
176176

177-
If you upload a pipeline that has a `group` or `label` that matches a `group` or `label` in the pipeline that uploaded it, those groups will be merged together in the Buildkite UI.
177+
If you upload a pipeline that has a `group` or `label` that matches the group of the step that uploaded it, those groups will be merged together in the Buildkite UI.
178178

179-
Group merging is only possible when a group in the uploaded pipeline matches the group step that uploaded this pipeline.
179+
This merging behavior only applies if the group step with the matching `group` or `label` is the first step within the uploaded pipeline.
180180

181181
Note that inside a single pipeline, groups with the same `group` or `label` will not be merged in the Buildkite UI.
182182

0 commit comments

Comments
 (0)