Skip to content
代码片段 群组 项目
提交 4bcbf760 编辑于 作者: Marcel Amirault's avatar Marcel Amirault
浏览文件

Merge branch 'docs/mg-mr-pipeline-labels-20231110' into 'master'

No related branches found
No related tags found
无相关合并请求
...@@ -39,19 +39,20 @@ Both of these types of pipelines can appear on the **Pipelines** tab of a merge ...@@ -39,19 +39,20 @@ Both of these types of pipelines can appear on the **Pipelines** tab of a merge
## Types of merge request pipelines ## Types of merge request pipelines
> - The `detached` label was [changed](https://gitlab.com/gitlab-org/gitlab/-/issues/352939) to `merge request` in GitLab 14.9.
> - The `merged results` label was [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/132975) in GitLab 16.5.
The three types of merge request pipelines are: The three types of merge request pipelines are:
- Merge request pipelines, which run on the changes in the merge request's - Merge request pipelines, which run on the changes in the merge request's
source branch. [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/352939) source branch, ignoring the target branch. These pipelines display a `merge request` label in pipeline lists.
in GitLab 14.9, these pipelines display a `merge request` label to indicate that the
pipeline ran only on the contents of the source branch, ignoring the target branch.
In GitLab 14.8 and earlier, the label is `detached`.
- [Merged results pipelines](merged_results_pipelines.md), which run on - [Merged results pipelines](merged_results_pipelines.md), which run on
the result of combining the source branch's changes with the target branch. the result of combining the source branch's changes with the target branch.
These pipelines display a `merged results` label in pipeline lists.
- [Merge trains](merge_trains.md), which run when merging multiple merge requests - [Merge trains](merge_trains.md), which run when merging multiple merge requests
at the same time. The changes from each merge request are combined into the at the same time. The changes from each merge request are combined into the
target branch with the changes in the earlier enqueued merge requests, to ensure target branch with the changes in the earlier enqueued merge requests, to ensure
they all work together. they all work together. These pipelines display a `merge train` label in pipeline lists.
## Prerequisites ## Prerequisites
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册