jenkinsci / lockable-resources-plugin

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

Lease Time #622

Open fubian opened 10 months ago

fubian commented 10 months ago

What feature do you want to see added?

The lockable resources shall have a lease time. If it is used e.g. for a license, that license would be blocked during the execution of the job + the lease time. If that additional time is not considered in the lockable resources, the license cannot be checked out in another node than the one before.

Upstream changes

No response

Are you interested in contributing this feature?

No response

mPokornyETM commented 10 months ago

I am not sure, what you mean. Can you provide more description, wished scenario (code) What you exactly mean with " license cannot be checked"? What should happen? Skip the execution of the scope. Or lockt the resource for ? How long? Who and where shall decide the additional lease time.