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

Unable to delete Summary Report XML Configuration file

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Major Major
    • summary_report-plugin
    • None
    • Jenkins-CI 1.593, Windows Server 2008

      After a report is published there is a java process holding a handle to the report configuration file. Thus this file can't be cleaned up by Jenkins (either though the workspace wipe process, or the Workspace Cleanup plugin This has unpredictable and confusing results, as the next time a build fails, a report is still generated using the previous successful build configuration file.

      Perhaps related to JENKINS-19994, but deletion always seems to fail specifically on the summary report configuration file.

          [JENKINS-26827] Unable to delete Summary Report XML Configuration file

          As it turned out this was not an issue with the summary report plugin, but with a custom groovy build step that was creating, but not properly closing the xml configuration file. Once the file was closed properly, it could be deleted by the Workspace Cleanup plugin and the Workspace wipe action

          Ioannis Moutsatsos added a comment - As it turned out this was not an issue with the summary report plugin, but with a custom groovy build step that was creating, but not properly closing the xml configuration file. Once the file was closed properly, it could be deleted by the Workspace Cleanup plugin and the Workspace wipe action

            Unassigned Unassigned
            ioannis Ioannis Moutsatsos
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: