This is an automated email from the ASF dual-hosted git repository. openinx pushed a commit to branch HBASE-21879 in repository https://gitbox.apache.org/repos/asf/hbase.git commit f2a7cf1f601a9a385333cd745cbf0c131cb0014e Author: Apache9 AuthorDate: Fri Apr 5 20:57:30 2019 +0800 HBASE-22152 Addendum use hbase account instead of hadoop (#112) --- dev-support/Jenkinsfile_GitHub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub index f63e4b0..4d08f3e 100644 --- a/dev-support/Jenkinsfile_GitHub +++ b/dev-support/Jenkinsfile_GitHub @@ -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',