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:59 UTC

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


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

commit b2ba2723792fd3ed4116ab5fed8458209749b4b3
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 99dbcf3..dc0c36e 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -18,7 +18,7 @@
 pipeline {
 
     agent {
-        label 'Hadoop'
+        label 'hbase'
     }
 
     options {