Skip to content

Releases: jenkinsci/lockable-resources-plugin

2.7

01 Nov 23:49
Compare
Choose a tag to compare
2.7

This mainly fixes a long-standing bug (see #117, fixes JENKINS-54541, JENKINS-50176, #101 and #130), thanks to @sterys for the fix!

🚀 New features and improvements

  • Avoid "Waiting for resources []" queue notice when a script is used (#147) @jimklimov

🐛 Bug Fixes

  • Fix setting the variable with the locks taken for pipeline steps (#117) @sterys

2.6

12 Oct 08:37
Compare
Choose a tag to compare
2.6

This release is mainly here to get some "smaller" features out. Please be aware of the new minimal Jenkins requirement (2.60.3).

There is one big change in behaviour: Automatically created locks are now ephemeral - they disappear after use.

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance