From 56489819bc835c9231053b550215f139c9da648e Mon Sep 17 00:00:00 2001 From: Peter Somogyi Date: Mon, 23 Sep 2019 15:00:22 +0200 Subject: [PATCH] HBASE-23053 Disable concurrent nightly builds (#654) Signed-off-by: Sean Busbey --- dev-support/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index b2923c48791..cb66cc86c6f 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -28,6 +28,7 @@ pipeline { timeout (time: 9, unit: 'HOURS') timestamps() skipDefaultCheckout() + disableConcurrentBuilds() } environment { YETUS_RELEASE = '0.11.0'