You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/08/24 02:06:00 UTC

[hbase] branch HBASE-24938 created (now 9acef13)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a change to branch HBASE-24938
in repository https://gitbox.apache.org/repos/asf/hbase.git.


      at 9acef13  HBASE-24938 Use asf-ci credentials in pre commit jenkins job

This branch includes the following new commits:

     new 9acef13  HBASE-24938 Use asf-ci credentials in pre commit jenkins job

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[hbase] 01/01: HBASE-24938 Use asf-ci credentials in pre commit jenkins job

Posted by zh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch HBASE-24938
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 9acef13b01ba5e3655ac63aa7da8fd6cae6aa995
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Mon Aug 24 10:03:34 2020 +0800

    HBASE-24938 Use asf-ci credentials in pre commit jenkins job
---
 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 d314ba4..947e2fc 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -97,7 +97,7 @@ pipeline {
                         dir("${WORKDIR}") {
                             withCredentials([
                                 usernamePassword(
-                                  credentialsId: 'apache-hbase-at-github.com',
+                                  credentialsId: 'asf-ci',
                                   passwordVariable: 'GITHUB_PASSWORD',
                                   usernameVariable: 'GITHUB_USER'
                                 )]) {