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:04:23 UTC

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


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

commit 2b62b12d0d77de469384edd19d67092ae140faf0
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>
---
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index f18b3c6..d2266c5 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