jenkinsci / jms-messaging-plugin

https://plugins.jenkins.io/jms-messaging
12 stars 37 forks source link

Resume thread stuck in CITriggerThread#shutdown #221

Closed olivergondza closed 2 years ago

olivergondza commented 2 years ago

The shutdown can be stuck for hours waiting on the thread to join, effectively blocking Jenkins to boot up. Thread#interrupt repeatedly, log progress, and Thread#stop if all else fails.