You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ab...@apache.org on 2021/08/11 05:47:34 UTC

[tez] branch branch-0.9 updated: TEZ-4293: Use Tez credentials for CI (#142) (Laszlo Bodor reviewed by Jonathan Turner Eagles)

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

abstractdog pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new d78102c  TEZ-4293: Use Tez credentials for CI (#142) (Laszlo Bodor reviewed by Jonathan Turner Eagles)
d78102c is described below

commit d78102ceead6aa6ca52efa797923c58fdbe4c478
Author: Bodor Laszlo <bo...@gmail.com>
AuthorDate: Wed Aug 11 07:47:28 2021 +0200

    TEZ-4293: Use Tez credentials for CI (#142) (Laszlo Bodor reviewed by Jonathan Turner Eagles)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 835a052..aadfaa9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -61,7 +61,7 @@ pipeline {
         stage ('precommit-run') {
             steps {
                 withCredentials(
-                    [usernamePassword(credentialsId: 'apache-hadoop-at-github.com',
+                    [usernamePassword(credentialsId: 'apache-tez-at-github.com',
                                         passwordVariable: 'GITHUB_TOKEN',
                                         usernameVariable: 'GITHUB_USER'),
                                         usernamePassword(credentialsId: 'tez-ci',