This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.4 by this push:
new 18b1ea0 HBASE-22891 Use HBaseQA in HBase-PreCommit-GitHub-PR job
(#518)
18b1ea0 is described below
commit 18b1ea0ed5b9051052365b57b63cf38d55def275
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