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:56:15 UTC

[hbase] branch branch-2.1 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.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 d980770  HBASE-22913 Use Hadoop label for nightly builds (#532)
d980770 is described below

commit d980770941212176786cc33d3ff5ba7923e7f951
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 637c224..8017223 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -17,7 +17,7 @@
 pipeline {
   agent {
     node {
-      label 'ubuntu'
+      label 'Hadoop'
     }
   }
   triggers {