jenkinsci / lockable-resources-plugin

Lock resources against concurrent use
https://plugins.jenkins.io/lockable-resources
MIT License
87 stars 185 forks source link

Fix-possible-npe-in-get-queue #609

Closed mPokornyETM closed 9 months ago

mPokornyETM commented 9 months ago

fix #608

I can not really simulate this issues (and tries that few hours) But when I try the steps described in #608 it works also with current release.

It might happens, that some other plugins or special settings like retention strategy, will removed current job. Anyway, I does not want to waste the time by finding exact scenario and just catch all exceptions as well. That means, it does not matter, why we can not proceed the step, we will remove the item from queue and thats it.

Testing done

Proposed upgrade guidelines

N/A

Localizations

N/A

Submitter checklist