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/09/23 13:00:28 UTC

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


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

commit 56489819bc835c9231053b550215f139c9da648e
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 b2923c4..cb66cc8 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'