jenkinsci / lockable-resources-plugin

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

Add property to keep ephemeral resources. #381

Open mPokornyETM opened 1 year ago

mPokornyETM commented 1 year ago

What feature do you want to see added?

We use in our test concept testSuite.config to define some specific suite properties. One of them is resources. This list of resources which are necessary for this suite. Ex plc, mobile device ... It is great that this plugin creates ephemeral resources, because we don't need to configure jenkins on any suite change. But it will be fine when ephemeral resources are not removed.

Upstream changes

No response

mPokornyETM commented 1 year ago

It might be done in groovy, that we create resource before we call the step lock()