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
e17b2e85
Commit
e17b2e85
authored
Apr 15, 2020
by
Suzanne Selhorn
Committed by
Marcel Amirault
Apr 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added new docs headings
For
https://gitlab.com/gitlab-org/gitlab/-/issues/214049
parent
d44eebc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
doc/ci/pipelines/index.md
doc/ci/pipelines/index.md
+6
-3
No files found.
doc/ci/pipelines/index.md
View file @
e17b2e85
...
...
@@ -22,10 +22,9 @@ Pipelines comprise:
Jobs are executed by
[
Runners
](
../runners/README.md
)
. Multiple jobs in the same stage are executed in parallel,
if there are enough concurrent runners.
If
all the jobs in a stage:
If
*all*
jobs in a stage succeed, the pipeline moves on to the next stage.
-
Succeed, the pipeline moves on to the next stage.
-
Fail, the next stage is not (usually) executed and the pipeline ends early.
If
*any*
job in a stage fails, the next stage is not (usually) executed and the pipeline ends early.
In general, pipelines are executed automatically and require no intervention once created. However, there are
also times when you can manually interact with a pipeline.
...
...
@@ -46,6 +45,10 @@ you may need to enable pipeline triggering in your project's
Pipelines can be configured in many different ways:
-
[
Basic pipelines
](
pipeline_architectures.md#basic-pipelines
)
run everything in each stage concurrently,
followed by the next stage.
-
[
Directed Acyclic Graph Pipeline (DAG) pipelines
](
../directed_acyclic_graph/index.md
)
are based on relationships
between jobs and can run more quickly than basic pipelines.
-
[
Multi-project pipelines
](
../multi_project_pipelines.md
)
combine pipelines for different projects together.
-
[
Parent-Child pipelines
](
../parent_child_pipelines.md
)
break down complex pipelines
into one parent pipeline that can trigger multiple child sub-pipelines, which all
...
...
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