You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2019/08/24 08:55:58 UTC

[hbase] branch branch-2.2 updated: HBASE-22913 Use Hadoop label for nightly builds (#532)

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

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


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new be5f048  HBASE-22913 Use Hadoop label for nightly builds (#532)
be5f048 is described below

commit be5f048667fb5462972f3f803aefb704fc5342f4
Author: Gav <gm...@apache.org>
AuthorDate: Sat Aug 24 09:51:26 2019 +0100

    HBASE-22913 Use Hadoop label for nightly builds (#532)
    
    HBase, a Hadoop related project, must use the Hadoop label please.
    This build, and others are starving the 'ubuntu' label which other projects need to use.
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 50bea5f..4d9f6da 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -17,7 +17,7 @@
 pipeline {
   agent {
     node {
-      label 'ubuntu'
+      label 'Hadoop'
     }
   }
   triggers {