HBASE-22891 Use HBaseQA in HBase-PreCommit-GitHub-PR job (#518)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Duo Zhang 2019-08-22 23:07:05 +08:00
parent be2de08c12
commit c066b06b7d
1 changed files with 1 additions and 1 deletions

View File

@ -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