Hi all, I seem to be having a startup issue with my jenkins instance when I reboot. I have a number of EC2 nodes that have running builds when I reboot. After the reboot the builds running on these nodes are killed, but they shouldn't be.
After the reboot I have determined that `jenkins.branch.WorkspaceLocatorImpl$Collector.onOnline()` is checking if the builds still exist when the node comes online by checking `getItemByFullName()`. This seems to be returning null because the jobs are not loaded when the nodes come online. Is there any way to control the startup order and make sure jobs are loaded before nodes? Currently this seems like a race condition to me. -Nigel -- 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/e9ee0634-afad-46e9-b84f-abb8a3824b2c%40googlegroups.com.