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)

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2e3b2017-f6cb-4e3d-a55b-e31c3d47eabd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to