[workflow-plugin] I need to stop all running workflow runs
16 views
Skip to first unread message
Arek Skalski
unread,
Jun 17, 2015, 9:01:35 AM6/17/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
From time to time I have a issue that jenkins keep spawning jobs (workflows) with status resuming. Today it really went crazy and kept crashing my jenkins over and over again.
I've managed to clean queue using script and also terminate all executors. But still there were multiple runnins workflow runs.
I had to go into each workflow separately and click abort button. There were multiple executions on each workflow.
Is it possible to disable resuming workflows when there is no need? How can I abort all jobs being resumed at once?