Help! [workflow-plugin] is stuck forever, persists through restarts

59 views
Skip to first unread message

Anshu Arya

unread,
Apr 28, 2015, 4:45:04 PM4/28/15
to jenkins...@googlegroups.com
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'} }
)



ConsoleText.rtf
threadDump.rtf
RunningSteps.png

Anshu Arya

unread,
Apr 28, 2015, 4:56:06 PM4/28/15
to jenkins...@googlegroups.com
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!

--
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 jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/3a10fd4c-045f-4cfe-b2fb-024345cb7405%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages