Many folks would have faced this problem that git command times out (after 10 mins) . In linux (centos) this timeout setting can be changed by editing the file
Start jenkins service and it will not time out till 60 mins. The time 60 is in minutes.
- " sudo vim /etc/init.d/jenkins"
- Add -Dorg.jenkinsci.plugins.gitclient.Git.timeOut=60 to JAVA_CMD
- JAVA_CMD might look like
Start jenkins service and it will not time out till 60 mins. The time 60 is in minutes.
No comments:
Post a Comment