mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
disableConcurrentBuilds
This commit is contained in:
parent
144a13462e
commit
404749acaf
1 changed files with 3 additions and 0 deletions
3
services/web/Jenkinsfile
vendored
3
services/web/Jenkinsfile
vendored
|
@ -110,6 +110,9 @@ pipeline {
|
|||
|
||||
// The options directive is for configuration that applies to the whole job.
|
||||
options {
|
||||
// Only build one at a time
|
||||
disableConcurrentBuilds()
|
||||
|
||||
// we'd like to make sure remove old builds, so we don't fill up our storage!
|
||||
buildDiscarder(logRotator(numToKeepStr:'50'))
|
||||
|
||||
|
|
Loading…
Reference in a new issue