jenkinsci / jenkinsci/git-client-plugin
[JENKINS-22400] Git timeout on other actions than fetch/clone
- Dominant language
- Java
- Stars
- 152
- Forks
- 402
- Avg merge
- 6h 47m
- Merged PRs (30d)
- 4
Description
We have issues with jobs that fail on git timeout. Current git-client version allow to configure timeout for clone and fetch command. However, I see issues with 'git clean' command also. The problem mainly occurs on our windows slaves. Heavy load on virtual machines tend affect file system actions...
I would like to be able to set the default git timeout (globally if possible).
Not really sure if this is a bug or improvement.
---
Originally reported by jonas_olsson, imported from: Git timeout on other actions than fetch/clone
Raw content of original issue
We have issues with jobs that fail on git timeout. Current git-client version allow to configure timeout for clone and fetch command. However, I see issues with 'git clean' command also. The problem mainly occurs on our windows slaves. Heavy load on virtual machines tend affect file system actions...
I would like to be able to set the default git timeout (globally if possible).
Not really sure if this is a bug or improvement.
Contributor guide
Assessment
This issue has not been assessed yet.