Skip to content
Snippets Groups Projects
Commit 40884010 authored by Elan Ruusamäe's avatar Elan Ruusamäe
Browse files

doc: fix (batches) being treated as link reference rather than text

parent 1bf2fe27
No related branches found
No related tags found
1 merge request!6040Update pipelines.md
Loading
Loading
@@ -5,7 +5,7 @@ Introduced in GitLab 8.8.
 
## Pipelines
 
A pipeline is a group of [builds] that get executed in [stages] (batches). All
A pipeline is a group of [builds] that get executed in [stages] \(batches). All
of the builds in a stage are executed in parallel (if there are enough
concurrent [runners]), and if they all succeed, the pipeline moves on to the
next stage. If one of the builds fails, the next stage is not (usually)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment