You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2019/10/10 18:18:03 UTC

[hbase] branch branch-2 updated: HBASE-23053 Disable concurrent nightly builds (#654)

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

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


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

commit 46952d9b173f1e71f43612b3d7196ba40fc78c66
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Mon Sep 23 15:00:22 2019 +0200

    HBASE-23053 Disable concurrent nightly builds (#654)
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
---
 dev-support/Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index fb7b9b5..8b39f0e 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'