Search code examples
hudson

Hudson - job is stuck, how to kill it?


I have a job running under Hudson that has not progressed from "Started by user anonymous". How can I stop it? I tried restarting the Hudson server but it just resumed the job on startup.

It can't be killed by the normal cancel build button.

Thanks.


Solution

  • Hudson was waiting for SVN to respond - SVN was waiting for the permission for my id to use the repository. Once this was there Hudson started working again.

    I would presume that in this instance there would have been an SVN process I would have needed to kill in order to get Hudson to respond again.