You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/configure-ci-cd-pipeline/pipelines.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,10 +147,10 @@ Once you create your pipeline you can also click on the top tab called *Settings
147
147
148
148
###Policies
149
149
150
-
-**Pipeline Concurrency**: the maximum number of concurrent builds (0-20 or unlimited) -- set this when your pipeline has only one trigger
150
+
-**Pipeline Concurrency**: the maximum number of concurrent builds (0-30 or unlimited) -- set this when your pipeline has only one trigger
151
151
>A Pipeline Concurrency of**0** freezes execution of the pipeline, switching it to maintenance mode. Use this concurrency setting to modify existing pipelines and freeze execution until you complete the changes.
152
-
-**Trigger Concurrency**: the maximum number of concurrent builds per trigger (1-20 or unlimited) -- set this when your pipeline has multiple triggers
153
-
-**Branch Concurrency**: the maximum number of concurrent builds per branch (1-20 or unlimited) -- set this when your pipeline can build different branches
152
+
-**Trigger Concurrency**: the maximum number of concurrent builds per trigger (1-31 or unlimited) -- set this when your pipeline has multiple triggers
153
+
-**Branch Concurrency**: the maximum number of concurrent builds per branch (0-30 or unlimited) -- set this when your pipeline can build different branches
154
154
-**Build Termination**: various toggles for when a build from the pipeline should terminate
155
155
- Once a build is created terminate previous builds from the same branch
156
156
- Once a build is created terminate previous builds only from a specific branch (name matches a regular expression)