You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2021/03/26 16:09:06 UTC

[hadoop] 04/05: HADOOP-17582. Replace GitHub App Token with GitHub OAuth token (#2766)

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

aajisaka pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit c18ecc5de65d40198b1f6b005aec3ade4c5bb43b
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Fri Mar 12 18:04:00 2021 +0900

    HADOOP-17582. Replace GitHub App Token with GitHub OAuth token (#2766)
    
    Reviewed-by: Ayush Saxena <ay...@apache.org>
    (cherry picked from commit 2b62b12d0d77de469384edd19d67092ae140faf0)
---
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index b7c05b0..411228c 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -60,7 +60,7 @@ pipeline {
         stage ('precommit-run') {
             steps {
                 withCredentials(
-                    [usernamePassword(credentialsId: '683f5dcf-5552-4b28-9fb1-6a6b77cf53dd',
+                    [usernamePassword(credentialsId: 'apache-hadoop-at-github.com',
                                   passwordVariable: 'GITHUB_TOKEN',
                                   usernameVariable: 'GITHUB_USER'),
                     usernamePassword(credentialsId: 'hadoopqa-at-asf-jira',

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org