This is an automated email from the ASF dual-hosted git repository.
busbey pushed a commit to branch HBASE-26031
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/HBASE-26031 by this push:
new 1e2d913 HBASE-26031 allow concurrent builds so we can load up the
hosts.
1e2d913 is described below
commit 1e2d9135b0cb855fc6ad20c8baf0a76f66fec224
Author: Sean Busbey <[email protected]>
AuthorDate: Thu Jun 24 16:48:48 2021 -0500
HBASE-26031 allow concurrent builds so we can load up the hosts.
---
dev-support/Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index d2e8ed8..bb04f0f 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -28,7 +28,7 @@ pipeline {
timeout (time: 16, unit: 'HOURS')
timestamps()
skipDefaultCheckout()
- disableConcurrentBuilds()
+// disableConcurrentBuilds()
}
environment {
YETUS_RELEASE = '0.12.0'