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:45:54 UTC

[hbase-thirdparty] branch master updated: HBASE-25138 Migrate HBase-Thirdparty-PreCommit jenkins job from Hadoop to hbase (#37)

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-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new 661f647  HBASE-25138 Migrate HBase-Thirdparty-PreCommit jenkins job from Hadoop to hbase (#37)
661f647 is described below

commit 661f647e322c868f78b343afd4e4f47996133336
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Fri Oct 2 11:45:45 2020 +0200

    HBASE-25138 Migrate HBase-Thirdparty-PreCommit jenkins job from Hadoop to hbase (#37)
    
    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 4f1dced..86d2bfe 100644
--- a/dev-support/jenkins/Jenkinsfile
+++ b/dev-support/jenkins/Jenkinsfile
@@ -18,7 +18,7 @@
 pipeline {
 
     agent {
-        label 'Hadoop'
+        label 'hbase'
     }
 
     options {