jenkinsci / lockable-resources-plugin

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

Set reserved timestamp when stealing lock #636

Closed PayBas closed 5 months ago

PayBas commented 5 months ago

What feature do you want to see added?

Currently when a resource lock is stolen, the timestamp disappears.

Since "stealing" is equivalent to "reserving", it should save the timestamp of the "steal", just like it would mark the timestamp of a "reserve".

Upstream changes

No response

Are you interested in contributing this feature?

Yes. PR on the way.