This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.3 by this push:
new cd7bf70 HBASE-22891 Use HBaseQA in HBase-PreCommit-GitHub-PR job
(#518)
cd7bf70 is described below
commit cd7bf7001b92438a9229cddb799ef0204333b083
Author: Duo Zhang <[email protected]>
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 <[email protected]>
Signed-off-by: Sean Busbey <[email protected]>
---
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 e5f24ba..7cd57b1 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