jenkins: don't clog up build queue (#26724)

* jenkins: don't clog up build queue

* not real
old-commit-hash: 53023abd24
This commit is contained in:
Adeeb Shihadeh 2022-12-07 22:21:05 -08:00 committed by GitHub
parent 1ca9fa7fce
commit bd9e2320ca
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -51,7 +51,8 @@ pipeline {
MAPBOX_TOKEN = credentials('mapbox_token')
}
options {
timeout(time: 4, unit: 'HOURS')
timeout(time: 3, unit: 'HOURS')
disableConcurrentBuilds(abortPrevious: env.BRANCH_NAME != 'master')
}
stages {