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

Disk usage plugin write job config.xml after every build

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • disk-usage-plugin
    • 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.

            Unassigned Unassigned
            stefanbrausch Stefan Brausch
            Votes:
            17 Vote for this issue
            Watchers:
            21 Start watching this issue

              Created:
              Updated: