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
3354a66e
Commit
3354a66e
authored
Jun 20, 2017
by
Marcia Ramos
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docs/multi-project-pipelines-graphs' into 'master'
Add docs for multi-project pipelines graphs See merge request !2136
parents
44a903ce
4c6b5059
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
2 deletions
+21
-2
doc/ci/img/multi_project_pipelines_graph.png
doc/ci/img/multi_project_pipelines_graph.png
+0
-0
doc/ci/pipelines.md
doc/ci/pipelines.md
+20
-1
doc/ci/triggers/README.md
doc/ci/triggers/README.md
+1
-1
No files found.
doc/ci/img/multi_project_pipelines_graph.png
0 → 100644
View file @
3354a66e
14.7 KB
doc/ci/pipelines.md
View file @
3354a66e
...
...
@@ -186,6 +186,23 @@ by name. The order of severity is:
![
Pipeline mini graph sorting
](
img/pipelines_mini_graph_sorting.png
)
### Multi-project pipelines graphs
> [Introduced][ee-2121] in [GitLab Enterprise Edition Premium][eep] 9.3.
Using the
[
`CI_JOB_TOKEN` when triggering pipelines
][
triggers
]
, GitLab
recognizes the source of the job token, and thus internally ties these pipelines
together which makes it easy to start visualizing their relationships.
Those relationships are displayed in the pipeline graph by showing inbound and
outbound connections for upstream and downstream pipeline dependencies.
![
Multi-projects pipelines graphs
](
img/multi_project_pipelines_graph.png
)
This is useful for larger projects, especially those adopting a micro-services
architecture, that often have a set of interdependent components which form the
complete product.
## How the pipeline duration is calculated
Total running time for a given pipeline would exclude retries and pending
...
...
@@ -229,9 +246,11 @@ respective link in the [Pipelines settings] page.
[
stages
]:
yaml/README.md#stages
[
runners
]:
runners/README.html
[
pipelines settings
]:
../user/project/pipelines/settings.md
[
triggers
]:
triggers/README.md
[
triggers
]:
triggers/README.md
#ci-job-token
[
ce-5742
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5742
[
ce-6242
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6242
[
ce-7931
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7931
[
ce-9760
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9760
[
regexp
]:
https://gitlab.com/gitlab-org/gitlab-ce/blob/2f3dc314f42dbd79813e6251792853bc231e69dd/app/models/commit_status.rb#L99
[
eep
]:
https://about.gitlab.com/gitlab-ee/
"GitLab Enterprise Edition Premium"
[
ee-2121
]:
https://gitlab.com/gitlab-org/gitlab-ee/issues/2121
doc/ci/triggers/README.md
View file @
3354a66e
...
...
@@ -26,7 +26,7 @@ which is used to authenticate with the [GitLab Container Registry][registry].
This way of triggering can only be used when invoked inside
`.gitlab-ci.yml`
,
and it creates a dependent pipeline relation visible on the
[
pipeline graph
](
../pipelines.md#pipelines-graphs
)
. For example:
[
pipeline graph
](
../pipelines.md#
multi-project-
pipelines-graphs
)
. For example:
```
yaml
build_docs
:
...
...
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