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

[hbase] branch branch-2.1 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.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 <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 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'