This is an automated email from the ASF dual-hosted git repository.
psomogyi pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.4 by this push:
new 54ba9c0 HBASE-23053 Disable concurrent nightly builds (#654)
54ba9c0 is described below
commit 54ba9c05b0d7fe29c6a97fa2854e78a3c93d65b7
Author: Peter Somogyi <[email protected]>
AuthorDate: Mon Sep 23 15:00:22 2019 +0200
HBASE-23053 Disable concurrent nightly builds (#654)
Signed-off-by: Sean Busbey <[email protected]>
---
dev-support/Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index b02b687..ea7d1c6 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -28,6 +28,7 @@ pipeline {
timeout (time: 6, unit: 'HOURS')
timestamps()
skipDefaultCheckout()
+ disableConcurrentBuilds()
}
environment {
YETUS_RELEASE = '0.11.0'