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 2020/10/01 06:52:30 UTC

[hbase] branch branch-1.4 updated: HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)

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

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


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new 9cf0717  HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)
9cf0717 is described below

commit 9cf0717cfa9ae13656a1ec9a00f52b5aea79a586
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Oct 1 14:51:27 2020 +0800

    HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)
---
 dev-support/Jenkinsfile_GitHub | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index 95f3d28..9681b30 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -18,7 +18,7 @@
 pipeline {
 
     agent {
-        label 'Hadoop'
+        label 'hbase'
     }
 
     options {