How do we prevent concurrent builds?
I would like to prevent multiple builds of the same project starting at the same time, and instead have them queue up behind one another.
So that I only have one build running at a time.
Is it possible?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Owen McDonnell on 06 Jun, 2019 04:31 AM
You can set the number of maximum concurrent build jobs used by a project in the General tab of UI or use
max_jobs: 1
in yml config file.Ilya Finkelshteyn closed this discussion on 06 Aug, 2019 09:01 PM.