-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: git-client-plugin
-
Labels:None
-
Environment:git client plugin 1.9.0, git plugin 2.2.1, jenkins 1.562
-
Similar Issues:
For every polling cycle the git client creates a new directory for storing the credentials in /tmp/ but forgets to delete the directory itself after finishing the polling.
This leads to reaching the system limit of maximum numbers of subdirectories after some time which will break the polling cycle.
- This results in jenkins not starting builds on scm changes.
- The normal build process is not affected.
- This could affect some other functionality using the tmp directory and creating files there.
This behaviour was introduced with JENKINS-22039.
I provided a fix for this issue with the pull request https://github.com/jenkinsci/git-client-plugin/pull/133.