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

lukaszlenart pushed a commit to branch results
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/results by this push:
     new 949b4d755 Uses local git config
949b4d755 is described below

commit 949b4d7550befd64d56fea108819794788d53055
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Fri Oct 14 08:36:37 2022 +0200

    Uses local git config
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 68e5d9af7..6c31777fe 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -35,8 +35,8 @@ pipeline {
             git remote add asf 
https://gitbox.apache.org/repos/asf/struts-site.git
           fi
 
-          git config --global user.email "jenk...@apache.org"
-          git config --global user.name "Mr. Jenkins"
+          git config --local user.email "jenk...@apache.org"
+          git config --local user.name "Mr. Jenkins"
           
           git fetch asf
           git checkout asf-staging

Reply via email to