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
5bf8e566
Commit
5bf8e566
authored
Jun 15, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs for multi-project pipelines graphs
parent
9f999549
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-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
+17
-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 @
5bf8e566
14.7 KB
doc/ci/pipelines.md
View file @
5bf8e566
...
...
@@ -186,6 +186,20 @@ 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.
When projects are connected via [triggers], those connections 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 +243,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 @
5bf8e566
...
...
@@ -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