This is an automated email from the ASF dual-hosted git repository.

psomogyi pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 006e4d1  HBASE-23053 Disable concurrent nightly builds (#654)
006e4d1 is described below

commit 006e4d190c36e7ea973a62a4343d97b0f3421fea
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 0e640a3..73b0448 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'

Reply via email to