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/12 09:05:17 UTC

[hadoop] branch branch-3.3 updated: 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.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new d2723b21 HADOOP-17582. Replace GitHub App Token with GitHub OAuth token (#2766)
d2723b21 is described below

commit d2723b21b94336faaeaa231646314b669456a2fc
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 77e3cfb..a4e5677 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