Jenkins file system is losing files, now is frozen
Summary
First failed several tests, in logs it did not find files which were generated. I tried to rebuild, but then failed different job trying to download snapshots generated by the same build.
Problems started in build #6
, then 7.
Steps to reproduce
See https://ci.eclipse.org/glassfish/job/glassfish_build-and-test-using-jenkinsfile/job/PR-25580/ and try to rebuild it.
What is the current bug behavior?
Current behavior - Jenkins ignores requests to stop the build, seems there is no communication with the node. The log of the running job seems to be at the end of the build, but there is no progress. Usually it takes 3 minutes, now it is 15.
What is the expected correct behavior?
Successful build
Relevant logs and/or screenshots
(Add a link to or paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as it's very hard to read otherwise.)
Priority
-
Urgent -
High -
Medium -
Low
Severity
-
Blocker -
Major -
Normal -
Low
Impact
Stopped all progress as builds have to pass to merge the PR.