jenkinsci / jenkinsci/git-client-plugin
[JENKINS-23476] git-client plugin timeout default is not configurable in a standard manner
- Dominant language
- Java
- Stars
- 152
- Forks
- 402
- Avg merge
- 6h 47m
- Merged PRs (30d)
- 4
Description
Default timeout value for git operations is 10 mins, which can be modified on a per job basis.
Having set up many jobs, our repo history has outgrown the 10 minute limit, so many jobs now fail due to timeout.
Either I should be able to change all jobs using configuration slicing, or I should be able to change the default behaviour of the plugin.
There is a workaround to set the timeout in the JAVA_ARGS/JAVA_OPTS for the jenkins service start script, and for each slave in the slave configuration, but these make our jenkins server non-portable, which is a requirement.
---
Originally reported by charlie_ecc, imported from: git-client plugin timeout default is not configurable in a standard manner
mgaunin
Raw content of original issue
Default timeout value for git operations is 10 mins, which can be modified on a per job basis.
Having set up many jobs, our repo history has outgrown the 10 minute limit, so many jobs now fail due to timeout.
Either I should be able to change all jobs using configuration slicing, or I should be able to change the default behaviour of the plugin.
There is a workaround to set the timeout in the JAVA_ARGS/JAVA_OPTS for the jenkins service start script, and for each slave in the slave configuration, but these make our jenkins server non-portable, which is a requirement.
- environment:
All (tested in Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.57-3+deb7u1)
Contributor guide
Assessment
This issue has not been assessed yet.