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
9f38e28c
Commit
9f38e28c
authored
Jul 17, 2020
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make note about trigger hover behavior
parent
4c31e9c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+4
-0
No files found.
doc/ci/yaml/README.md
View file @
9f38e28c
...
...
@@ -3412,6 +3412,10 @@ This keyword allows the creation of two different types of downstream pipelines:
-
[
Multi-project pipelines
](
../multi_project_pipelines.md#creating-multi-project-pipelines-from-gitlab-ciyml
)
-
[
Child pipelines
](
../parent_child_pipelines.md
)
[
Since GitLab 13.2
](
https://gitlab.com/gitlab-org/gitlab/-/issues/197140/
)
, you can
see which job triggered a downstream pipeline by hovering your mouse cursor over
the downstream pipeline job in the
[
pipeline graph
](
../pipelines/index.md#visualize-pipelines
)
.
NOTE:
**Note:**
Using a
`trigger`
with
`when:manual`
together results in the error
`jobs:#{job-name}
when should be on_success, on_failure or always`
, because
`when:manual`
prevents
...
...
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