You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2020/08/29 08:01:35 UTC

[hbase] branch HBASE-24936 updated: HBASE-24936 WIP try again with naming master node.

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

busbey pushed a commit to branch HBASE-24936
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/HBASE-24936 by this push:
     new cb09603  HBASE-24936 WIP try again with naming master node.
cb09603 is described below

commit cb09603bba8d0e6a6cbe1ce9211b1df690fc77cd
Author: Sean Busbey <bu...@apache.org>
AuthorDate: Sat Aug 29 02:57:58 2020 -0500

    HBASE-24936 WIP try again with naming master node.
---
 dev-support/jenkins-scripts/jenkins-reporting.Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/jenkins-scripts/jenkins-reporting.Jenkinsfile b/dev-support/jenkins-scripts/jenkins-reporting.Jenkinsfile
index 871e44e..e0422c5 100644
--- a/dev-support/jenkins-scripts/jenkins-reporting.Jenkinsfile
+++ b/dev-support/jenkins-scripts/jenkins-reporting.Jenkinsfile
@@ -17,7 +17,7 @@
 pipeline {
   agent {
     node {
-      label 'master'
+      label '(master)'
     }
   }
   triggers {