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:
parent
4268774de1
commit
288d1f2769
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue