Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-23017

git client plugin creates unlimited directories in /tmp/ for polling the scm

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • git-client-plugin
    • None
    • git client plugin 1.9.0, git plugin 2.2.1, jenkins 1.562

      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.

            ndeloof Nicolas De Loof
            uhausbrand Uwe Hausbrand
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: