You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2020/10/02 09:53:47 UTC

[hbase-connectors] branch master updated: HBASE-25136 Migrate HBase-Connectors-PreCommit jenkins job from Hadoop to hbase (#71)

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

psomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new b9706c8  HBASE-25136 Migrate HBase-Connectors-PreCommit jenkins job from Hadoop to hbase (#71)
b9706c8 is described below

commit b9706c8c43399e5937748f19995355f1ebcb726a
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Fri Oct 2 11:53:38 2020 +0200

    HBASE-25136 Migrate HBase-Connectors-PreCommit jenkins job from Hadoop to hbase (#71)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 dev-support/jenkins/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/jenkins/Jenkinsfile b/dev-support/jenkins/Jenkinsfile
index 6a14e45..e9c2c12 100644
--- a/dev-support/jenkins/Jenkinsfile
+++ b/dev-support/jenkins/Jenkinsfile
@@ -18,7 +18,7 @@
 pipeline {
 
     agent {
-        label 'Hadoop'
+        label 'hbase'
     }
 
     options {