-
Bug
-
Resolution: Unresolved
-
Major
-
None
//log("Temporary directory deletion disabled, " +
// "due to lack of testing. " +
// "Your OS should clean the directory later. " +
// "If this is a problem, please submit a bug report.");
log("Deleting temporary directory " + sourceLocation);
sourceLocation.deleteRecursive();
I tested it for weeks and it works perfectly.
[JENKINS-20137] Temporary directory deletion disabled
Workflow | Original: JNJira [ 151659 ] | New: JNJira + In-Review [ 178029 ] |
Remote Link | New: This issue links to "https://github.com/jenkinsci/jdepend-plugin/pull/1 (Web Link)" [ 20096 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Assignee | New: Oleg Nenashev [ oleg_nenashev ] |
Assignee | Original: Oleg Nenashev [ oleg_nenashev ] |
I created a pull request (https://github.com/jenkinsci/jdepend-plugin/pull/1) to resolve this issue.