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 ec0fb4a  HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop 
to hbase (#2488)
ec0fb4a is described below

commit ec0fb4a029164b46a22a783dd5877e1e5e2ab437
Author: Duo Zhang <[email protected]>
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 357b17b..6249f62 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -18,7 +18,7 @@
 pipeline {
 
     agent {
-        label 'Hadoop'
+        label 'hbase'
     }
 
     options {

Reply via email to