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:57:16 UTC

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

commit bc944ace0da1a2239d092f8b51e6884c4369bee0
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 ee5f9c1..705649c 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -17,7 +17,7 @@
 pipeline {
   agent {
     node {
-      label 'ubuntu'
+      label 'Hadoop'
     }
   }
   triggers {