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: pages/pipelines/group_step.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,9 +174,9 @@ steps:
174
174
175
175
## Group merging
176
176
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.
178
178
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.
180
180
181
181
Note that inside a single pipeline, groups with the same `group` or `label` will not be merged in the Buildkite UI.
0 commit comments