Re: Global Git config update in Jenkins

2018-08-01 Thread Mark Waite
There isn't a way to configure those types of settings from the git plugin. Can you explain why you want to set credential helper cache? Mark Waite On Wed, Aug 1, 2018 at 5:41 PM Nitish Goel wrote: > Hi , > > I want to add few of git configuration as below in my jenkins so that this >

Global Git config update in Jenkins

2018-08-01 Thread Nitish Goel
Hi , I want to add few of git configuration as below in my jenkins so that this configuration is global to all git running jobs in any of the slave. git config lfs.activitytimeout 120 git config lfs.transfer.maxretries 20 git config –global credential.helper cache' Can you please let me know