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

* jenkins: don't clog up build queue

* not real
old-commit-hash: 53023abd24
taco
Adeeb Shihadeh 2 years ago committed by GitHub
parent 1ca9fa7fce
commit bd9e2320ca
  1. 3
      Jenkinsfile

3
Jenkinsfile vendored

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

Loading…
Cancel
Save