-
Bug
-
Resolution: Unresolved
-
Major
-
None
With writing data in the config.xml of jobs show the job config history plugin a change of this file after every build.
e.g.
<hudson.plugins.disk__usage.DiskUsageProperty plugin="disk-usage@0.22"> <diskUsageWithoutBuilds>5475</diskUsageWithoutBuilds> <slaveWorkspacesUsage class="concurrent-hash-map"> <entry> <string>xxxxxxxx</string> <concurrent-hash-map> <entry> <string>xxxxxxx</string> <long>292888</long> </entry> </concurrent-hash-map> </entry> </slaveWorkspacesUsage> </hudson.plugins.disk__usage.DiskUsageProperty>
IMHO is the config.xml not the right place to write this kind of information.
- duplicates
-
JENKINS-23044 XML file fiddling improvements for the Disk Usage Plugin
- Resolved
- is duplicated by
-
JENKINS-20376 Disk-usage plugin causes change to job config for every build
- Resolved
-
JENKINS-18189 disk-usage pluging: separate configuration and history serialization into different files
- Resolved