Hi all,
I have a jenkins job set up using the workflow plugin. I was trying to set up some parallel build steps. There may have been a problem with the way I had originally configured this, but my system is in a state where I have two instances of my workflow running, they're stuck, and aborting the job seems to have no effect. Is there a way to force kill these processes?
The thread dump page has this:
Executor #-1 for master : executing Mob_Rent_Workflow_iOS_temp #2
"Executor #-1 for master : executing Mob_Rent_Workflow_iOS_temp #2" Id=471113 Group=main TIMED_WAITING on java.util.concurrent.atomic.AtomicBoolean@1efc81b1
at java.lang.Object.wait(Native Method)
- waiting on java.util.concurrent.atomic.AtomicBoolean@1efc81b1
at org.jenkinsci.plugins.workflow.job.WorkflowRun.waitForCompletion(WorkflowRun.java:205)
at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:178)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
at hudson.model.OneOffExecutor.run(OneOffExecutor.java:43)
Executor #-1 for master : executing Mob_Rent_Workflow_iOS_temp #4
"Executor #-1 for master : executing Mob_Rent_Workflow_iOS_temp #4" Id=476932 Group=main TIMED_WAITING on java.util.concurrent.atomic.AtomicBoolean@26cc0f3d
at java.lang.Object.wait(Native Method)
- waiting on java.util.concurrent.atomic.AtomicBoolean@26cc0f3d
at org.jenkinsci.plugins.workflow.job.WorkflowRun.waitForCompletion(WorkflowRun.java:205)
at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:178)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
at hudson.model.OneOffExecutor.run(OneOffExecutor.java:43)