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/03 13:31:04 UTC

[hbase] branch branch-1.4 updated: Revert "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 e57cb80  Revert "HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)"
e57cb80 is described below

commit e57cb807afd27725a3eb87b85387143fa78af574
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Sat Oct 3 21:30:33 2020 +0800

    Revert "HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)"
    
    This reverts commit 9cf0717cfa9ae13656a1ec9a00f52b5aea79a586.
---
 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 9681b30..95f3d28 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -18,7 +18,7 @@
 pipeline {
 
     agent {
-        label 'hbase'
+        label 'Hadoop'
     }
 
     options {