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

[hbase] branch branch-2.2 updated: HBASE-24812 Fix the precommit error for branch-2.2 (#2190)

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

zghao 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 363a31a  HBASE-24812 Fix the precommit error for branch-2.2 (#2190)
363a31a is described below

commit 363a31a5b3cdfbc6bbae8da29f3fe593ff54ad62
Author: Guanghao Zhang <zg...@apache.org>
AuthorDate: Tue Aug 4 09:48:44 2020 +0800

    HBASE-24812 Fix the precommit error for branch-2.2 (#2190)
    
    Signed-off-by: Viraj Jasani <vj...@apache.org>
---
 dev-support/Jenkinsfile_GitHub | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index d8f4909..357b17b 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -64,10 +64,7 @@ pipeline {
                 withCredentials(
                     [usernamePassword(credentialsId: 'apache-hbase-at-github.com',
                                   passwordVariable: 'GITHUB_PASSWORD',
-                                  usernameVariable: 'GITHUB_USER'),
-                    usernamePassword(credentialsId: 'hbaseqa-at-asf-jira',
-                                        passwordVariable: 'JIRA_PASSWORD',
-                                        usernameVariable: 'JIRA_USER')]) {
+                                  usernameVariable: 'GITHUB_USER')]) {
                         sh '''#!/usr/bin/env bash
                         set -e
                         TESTPATCHBIN="${WORKSPACE}/${YETUS}/precommit/src/main/shell/test-patch.sh"