[ https://issues.jenkins-ci.org/browse/JENKINS-12823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161630#comment-161630 ]
dogfood commented on JENKINS-12823: ----------------------------------- Integrated in !http://ci.jenkins-ci.org/images/16x16/blue.png! [plugins_config-file-provider-plugin #36|http://ci.jenkins-ci.org/job/plugins_config-file-provider-plugin/36/] [FIXED JENKINS-12823] Clean up temporary config files at the very end, not before post-build (Revision 4de756a2338d2f87135c56ea5c9741f92cfcd976) Result = SUCCESS imod : Files : * src/main/java/org/jenkinsci/plugins/configfiles/buildwrapper/ManagedFilesEnvironment.java * src/main/java/org/jenkinsci/plugins/configfiles/buildwrapper/CleanTempFilesRunListener.java * src/main/java/org/jenkinsci/plugins/configfiles/buildwrapper/ManagedFileUtil.java * src/main/java/org/jenkinsci/plugins/configfiles/buildwrapper/ConfigFileBuildWrapper.java * src/main/java/org/jenkinsci/plugins/configfiles/buildwrapper/CleanTempFilesAction.java > Clean up temporary config files at the very end, not before post-build > ---------------------------------------------------------------------- > > Key: JENKINS-12823 > URL: https://issues.jenkins-ci.org/browse/JENKINS-12823 > Project: Jenkins > Issue Type: New Feature > Components: config-file-provider > Reporter: oeuftete > Assignee: domi > > It would be nice if Config File Provider temporary configuration files stuck > around for the entire lifetime of a job execution, instead of being cleaned > up before the post-build tasks. I just tried to use a maven settings file in > a Sonar post-build action, but the temporary file was gone by that time. I > confirmed it did exist during the build process (by cat-ting it in a regular > build step). > I've worked around this by having the plugin put the file in an explicit > location in the workspace for now, and using it from there. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira