Releases: jenkinsci/cloudbees-disk-usage-simple-plugin
Releases · jenkinsci/cloudbees-disk-usage-simple-plugin
0.8
Release date: 2017-06-06
- Reduce scan impact on filesystem freeze (JENKINS-44646)
0.7
Release date: 2017-05-24
- Rewrite the low level code to use Java 7 NIO directory walker. The plugin does not rely on du command anymore and works everywhere now. (JENKINS-44445)
0.6
Release date: 2017-05-24
- Not released, had permission issue during publication
0.5
Release date: 2015-10-05
- du wasn't correctly launched using ionice
- Don't let du processes run for more than 20 seconds for a period of time. The periodic task will retry to compute directory size next time it gets scheduled. By that time, we assume that OS system cache will hold more inode entries to complete faster.
- Use the the system property com.cloudbees.simplediskusage.QuickDiskUsagePlugin.command to override the du command
0.4
Release Date: 2015-09-25
- Plugin is too verbose (JENKINS-30279)
- When a refresh of data is manually triggered, it is processed 2 times (JENKINS-30631)
- When a refresh of data is manually triggered, the screen displays nothing (JENKINS-30633)
- List JENKINS_HOME and its first level sub directories disk usages (JENKINS-30311)
- Computes data when Jenkins is up and stores them across restarts (JENKINS-30635)
- Improve messages about data status (JENKINS-30636)
- Allow auto-refresh on disk usage screens (JENKINS-30637)
- Increase the refresh period from 3 to 15 minutes (JENKINS-30638)
- various UI and code improvements
0.3
Release date: 2015-08-06
- Display disk usage of
java.io.tmpdir
(JENKINS-29516) - The plugin identifier was renamed from cloudbees-disk-usage-simple to cloudbees-disk-usage-simple-plugin. You will have to uninstall the 0.1 version and install the 0.2 from the update center.
- Improve message displayed when statistics aren't yet available
0.2
0.1
Initial release