My hudson job just started hanging at the start of the build, output looks like: Started by user anonymous [spinner]
It can be in this state for several hours, I don't know what can be wrong. Any ideas? How I can debug this stuff?
My hudson job just started hanging at the start of the build, output looks like: Started by user anonymous [spinner]
It can be in this state for several hours, I don't know what can be wrong. Any ideas? How I can debug this stuff?
The same job or different job had left behind a zombie process. Any of old build task, svn checkout or git clone process related to this job, is still running or hung. Please check if any such process is running using ps command. If yes, terminate that process and this job will continue to run. This way you can fix this problem without restarting hudson.