|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Alvaro, you can try to remove the "future" checks (note: they are at two places) and see what happens, it should at least help figuring out this issue.
I added it there as a precaution, to limit which InterruptedException}}s get ignored, I wanted to make sure no thread gets stuck in that loop. I do not know when that {{future is null and when it is not, but I made a blind guess (apparently wrong) that if it is null, then it's not a build-related operation and can be interrupted.