-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Critical
-
Component/s: core
Version 2.157 on Ubuntu with Java Wrapper to start the isntance.
I am running into an issue where old builds are not getting cleaned up automatically or manually.
I notice that the folder is renamed with a dot. For example, build #4 the folder is renamed from 4 to .4
And the cleaning failed.
Deletion of the build failedRetry deleteShow reasonjenkins.util.io.CompositeIOException: Unable to delete '/var/opt/jenkins/runner/1.0/bin/linux-x86-64/../../data/jobs/tutorial_lombok/builds/.4'. Tried 3 times (of a maximum of 3) waiting 0,1 s between attempts.
at jenkins.util.io.PathRemover.forceRemoveRecursive(PathRemover.java:93)
at hudson.Util.deleteRecursive(Util.java:267)
at hudson.model.Run.delete(Run.java:1581)
at hudson.maven.MavenModuleSetBuild.delete(MavenModuleSetBuild.java:450)
at hudson.model.Run.doDoDelete(Run.java:2298)
at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:396)
at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:408)
at org.kohsuke.stapler.interceptor.RequirePOST$Processor.invoke(RequirePOST.java:77)
at org.kohsuke.stapler.PreInvokeInterceptedFunction.invoke(PreInvokeInterceptedFunction.java:26)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:212)
at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:145)
at org.kohsuke.stapler.MetaClass$11.doDispatch(MetaClass.java:537)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:739)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:870)
at org.kohsuke.stapler.MetaClass$9.dispatch(MetaClass.java:458)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:739)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:870)
at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:282)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:739)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:870)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:668)
at org.kohsuke.stapler.Stapler.service(Stapler.java:238)
Â
Moreover, when I upgraded some plugin, Jenkins failed to restart saying that the deploy plugin folder could not be deleted.
After manually deleting the file .timestamp in the folder, it was OK.
Â
Â
Seems there is an issue with file having name starting with a dot.
Â
Regards
Â
Etienne
- is blocked by
-
JENKINS-55504 Multibranch pipeline doesn't delete old branches (they're crossed out)
-
- Closed
-
- is duplicated by
-
JENKINS-55450 Checkout of library to be used in a Pipeline script with SVN hangs
-
- Resolved
-
-
JENKINS-55498 CompositeIOException is thrown and Multibranch pipeline fails to load organization repos
-
- Resolved
-
-
JENKINS-55478 CompositeIOException when deleting workspace before check-out
-
- Resolved
-
- is related to
-
JENKINS-55450 Checkout of library to be used in a Pipeline script with SVN hangs
-
- Resolved
-
- relates to
-
JENKINS-55016 Fix UtilTest.testDeleteRecursive_onWindows flaky test
-
- Resolved
-
- links to