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 2019/08/22 15:08:48 UTC

[hbase] branch branch-2 updated: HBASE-22891 Use HBaseQA in HBase-PreCommit-GitHub-PR job (#518)

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

zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 77f0510  HBASE-22891 Use HBaseQA in HBase-PreCommit-GitHub-PR job (#518)
77f0510 is described below

commit 77f0510c40b3db46c1b35176081344dfb8dd5048
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Aug 22 23:07:05 2019 +0800

    HBASE-22891 Use HBaseQA in HBase-PreCommit-GitHub-PR job (#518)
    
    Signed-off-by: Guanghao Zhang <zg...@apache.org>
    Signed-off-by: Sean Busbey <bu...@apache.org>
---
 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 6970950..b67afa1 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -63,7 +63,7 @@ pipeline {
                     [usernamePassword(credentialsId: 'apache-hbase-at-github.com',
                                   passwordVariable: 'GITHUB_PASSWORD',
                                   usernameVariable: 'GITHUB_USER'),
-                    usernamePassword(credentialsId: 'hadoopqa-at-asf-jira',
+                    usernamePassword(credentialsId: 'hbaseqa-at-asf-jira',
                                         passwordVariable: 'JIRA_PASSWORD',
                                         usernameVariable: 'JIRA_USER')]) {
                         sh '''#!/usr/bin/env bash