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
b6b8ab07
Commit
b6b8ab07
authored
Jul 16, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs on multi-project pipelines mini graph
parent
c8828d49
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
8 deletions
+13
-8
doc/ci/img/multi_pipeline_mini_graph.gif
doc/ci/img/multi_pipeline_mini_graph.gif
+0
-0
doc/ci/multi_project_pipeline_graphs.md
doc/ci/multi_project_pipeline_graphs.md
+11
-6
doc/ci/pipelines.md
doc/ci/pipelines.md
+2
-2
No files found.
doc/ci/img/multi_pipeline_mini_graph.gif
0 → 100644
View file @
b6b8ab07
11.2 KB
doc/ci/multi_project_pipeline_graphs.md
View file @
b6b8ab07
# Multi-
Project Pipeline G
raphs
# Multi-
project pipeline g
raphs
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/2121) in
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/2121) in
[
GitLab Enterprise Edition Premium 9.3
](
https://about.gitlab.com/2017/06/22/gitlab-9-3-released/#multi-project-pipeline-graphs
)
.
[
GitLab Enterprise Edition Premium 9.3
](
https://about.gitlab.com/2017/06/22/gitlab-9-3-released/#multi-project-pipeline-graphs
)
.
When you set up
[
GitLab CI/CD
](
README.md
)
across multiple projects, you can visualize
the entire pipeline, including all multi-project stages.
## Overview
## Overview
GitLab CI/CD is a powerful continuous integration tool built-in GitLab.
GitLab CI/CD is a powerful continuous integration tool built-in GitLab.
...
@@ -10,12 +13,14 @@ GitLab CI works not only per project, but also across projects. When you
...
@@ -10,12 +13,14 @@ GitLab CI works not only per project, but also across projects. When you
configure GitLab CI for your project, you can visualize the stages
configure GitLab CI for your project, you can visualize the stages
of your
[
jobs
](
pipelines.md#jobs
)
on a chart called
[
pipeline graph
](
pipelines.md#pipeline-graphs
)
.
of your
[
jobs
](
pipelines.md#jobs
)
on a chart called
[
pipeline graph
](
pipelines.md#pipeline-graphs
)
.
When you set up
[
GitLab CI/CD
](
README.md
)
across multiple projects, you can visualize
the entire pipeline, including all multi-project stages.
![
Multi-project pipeline graph
](
img/multi_project_pipeline_graph.png
)
![
Multi-project pipeline graph
](
img/multi_project_pipeline_graph.png
)
Multi-Project Pipeline Graphs are useful for larger projects, especially those
For areas where the pipeline mini-graph is present, when hovering or clicking
(mobile) they will expand and be shown next to each other.
![
Multi-project mini graph
](
img/multi_pipeline_mini_graph.gif
)
Multi-project pipeline graphs are useful for larger projects, especially those
adopting a
[
microservices architecture
](
https://about.gitlab.com/2016/08/16/trends-in-version-control-land-microservices/
)
,
adopting a
[
microservices architecture
](
https://about.gitlab.com/2016/08/16/trends-in-version-control-land-microservices/
)
,
that often have a set of interdependent components which form the complete product.
that often have a set of interdependent components which form the complete product.
...
@@ -24,7 +29,7 @@ that often have a set of interdependent components which form the complete produ
...
@@ -24,7 +29,7 @@ that often have a set of interdependent components which form the complete produ
Let's assume you deploy your web app from different projects in GitLab:
Let's assume you deploy your web app from different projects in GitLab:
-
One for the free version, which has its own pipeline that builds and tests your app
-
One for the free version, which has its own pipeline that builds and tests your app
-
One for the paid version add
s
-ons, which also pass through builds and tests
-
One for the paid version add-ons, which also pass through builds and tests
-
One for the documentation, which also builds, tests, and deploys with an SSG
-
One for the documentation, which also builds, tests, and deploys with an SSG
With Multi-Project Pipeline Graphs, you can visualize the entire pipeline in a
With Multi-Project Pipeline Graphs, you can visualize the entire pipeline in a
...
...
doc/ci/pipelines.md
View file @
b6b8ab07
...
@@ -186,9 +186,9 @@ by name. The order of severity is:
...
@@ -186,9 +186,9 @@ by name. The order of severity is:
![
Pipeline mini graph sorting
](
img/pipelines_mini_graph_sorting.png
)
![
Pipeline mini graph sorting
](
img/pipelines_mini_graph_sorting.png
)
### Multi-
Project Pipelines G
raphs
### Multi-
project pipelines g
raphs
With
[
Multi-Project Pipeline G
raphs
](
multi_project_pipeline_graphs.md
)
,
With
[
multi-project pipeline g
raphs
](
multi_project_pipeline_graphs.md
)
,
you can visualize cross-project pipelines.
you can visualize cross-project pipelines.
It is available only in
[
GitLab Enterprise Edition Premium
][
eep
]
.
It is available only in
[
GitLab Enterprise Edition Premium
][
eep
]
.
...
...
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