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

disk usage plugin should be not run every 60 minutes, but whenever a new build is complete

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • disk-usage-plugin
    • None

      The disk usage plugin could use some redesign. It currently will fire off every 60 minutes regardless of whether any new builds have happened. This is kind of a waste of effort since we really only need to check when a build completes.

      There are better ways of enabling disk usage monitoring, for example, BuildWrapper extension lets us get notified whenever a build is setting up and gives the plugin a reference to a BuildListener. This BuildListener will be notified when the job completes. It's at this point that the disk usage should be recalculated..

      Thanks!

            lvotypkova Lucie Votypkova
            jieryn jieryn
            Votes:
            4 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: