HBASE-23053 Disable concurrent nightly builds (#654)

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Peter Somogyi 2019-09-23 15:00:22 +02:00 committed by GitHub
parent d3c1bb42e9
commit 56489819bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ pipeline {
timeout (time: 9, unit: 'HOURS') timeout (time: 9, unit: 'HOURS')
timestamps() timestamps()
skipDefaultCheckout() skipDefaultCheckout()
disableConcurrentBuilds()
} }
environment { environment {
YETUS_RELEASE = '0.11.0' YETUS_RELEASE = '0.11.0'