Workaround here worked: https://issues.jenkins-ci.org/browse/JENKINS-25550
It required appending "doDelete" to end of build URL and then killing and restarting Jenkins -- just trying to restart Jenkins normally still resulted in a hang! On Tue, Apr 28, 2015 at 1:45 PM, Anshu Arya <[email protected]> wrote: > A workflow-plugin job is stuck and I can't kill it! Furthermore, > workflow-plugin is designed to continue jobs after restarts/rebooting, so > even shutting down the system doesn't help because Jenkins resumes the job > immediately. > > Where is the big hammer to kill a job that won't die and comes back after > restarting? > > Attached Console text and ThreadDump. > > And the offending code: > > parallel( > node1: { node('A10-4600M'){build job: 'workflow_helper', NODE: 'A10-4600M' > } }, > node2: { node('A10-6800K'){build job: 'workflow_helper', NODE: 'A10-6800K' > } }, > node3: { node('A10-5700'){build job: 'workflow_helper', NODE: 'A10-5700'} > } > ) > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-users/u6ZziuKQA4o/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/3a10fd4c-045f-4cfe-b2fb-024345cb7405%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/3a10fd4c-045f-4cfe-b2fb-024345cb7405%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAN4zzB8FRoPA5sSZqisf%3D4V1CmbbRdezKTuEims%2Ba2Em2MTfXQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
