HBASE-22152 Addendum use hbase account instead of hadoop (#112)

This commit is contained in:
Apache9 2019-04-05 20:57:30 +08:00 committed by openinx
parent 5cc10c9a6d
commit 28d1b76292
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ pipeline {
stage ('precommit-run') {
steps {
withCredentials(
[usernamePassword(credentialsId: 'apache-hadoop-at-github.com',
[usernamePassword(credentialsId: 'apache-hbase-at-github.com',
passwordVariable: 'GITHUB_PASSWORD',
usernameVariable: 'GITHUB_USER'),
usernamePassword(credentialsId: 'hadoopqa-at-asf-jira',