Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3015b092
Commit
3015b092
authored
Mar 15, 2022
by
Kenneth Chu
Committed by
Marcel Amirault
Mar 15, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pipeline label text in docs
parent
73babb80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
doc/ci/pipelines/merge_request_pipelines.md
doc/ci/pipelines/merge_request_pipelines.md
+3
-1
doc/ci/pipelines/merged_results_pipelines.md
doc/ci/pipelines/merged_results_pipelines.md
+1
-1
No files found.
doc/ci/pipelines/merge_request_pipelines.md
View file @
3015b092
...
...
@@ -41,8 +41,10 @@ Both of these types of pipelines can appear on the **Pipelines** tab of a merge
The three types of merge request pipelines are:
-
Merge request pipelines, which run on the changes in the merge request's
source branch. These pipelines display a
`detached`
label to indicate that the
source branch.
[
Introduced
](
https://gitlab.com/gitlab-org/gitlab/-/issues/352939
)
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
the result of combining the source branch's changes with the target branch.
-
[
Merge trains
](
merge_trains.md
)
, which run when merging multiple merge requests
...
...
doc/ci/pipelines/merged_results_pipelines.md
View file @
3015b092
...
...
@@ -24,7 +24,7 @@ Merged results pipelines can't run when:
-
The merge request is a
[
**Draft** merge request
](
../../user/project/merge_requests/drafts.md
)
.
In these cases, the pipeline runs as a
[
merge request pipeline
](
merge_request_pipelines.md
)
and
is labeled as
`detached`
.
and
[
is labeled as `merge request`
](
merge_request_pipelines.md#types-of-merge-request-pipelines
)
.
## Prerequisites
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment