Skip to content

Commit

Permalink
HBASE-22152 Addendum use hbase account instead of hadoop (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apache9 committed Apr 5, 2019
1 parent aabcbbd commit fc9e278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/Jenkinsfile_GitHub
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit fc9e278

Please sign in to comment.