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:01 UTC

[hbase] branch branch-1.3 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-1.3
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 8b1cc31248565c80c0472fb12d6ba8909af77ca1
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 487c9d9..47b3520 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'