From effc62f28b5f186f9016541d912cb757bb3387ee Mon Sep 17 00:00:00 2001 From: Apache9 Date: Fri, 5 Apr 2019 20:57:30 +0800 Subject: [PATCH] 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 f63e4b0d223..4d08f3ebeec 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',