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 committed by GitHub
parent 4268774de1
commit 288d1f2769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ pipeline {
[usernamePassword(credentialsId: 'apache-hbase-at-github.com', [usernamePassword(credentialsId: 'apache-hbase-at-github.com',
passwordVariable: 'GITHUB_PASSWORD', passwordVariable: 'GITHUB_PASSWORD',
usernameVariable: 'GITHUB_USER'), usernameVariable: 'GITHUB_USER'),
usernamePassword(credentialsId: 'hadoopqa-at-asf-jira', usernamePassword(credentialsId: 'hbaseqa-at-asf-jira',
passwordVariable: 'JIRA_PASSWORD', passwordVariable: 'JIRA_PASSWORD',
usernameVariable: 'JIRA_USER')]) { usernameVariable: 'JIRA_USER')]) {
sh '''#!/usr/bin/env bash sh '''#!/usr/bin/env bash