Open mPokornyETM opened 5 months ago
We need to cancel queued locks by 'label filter' from groovy in specific build / job Something like
unqueLocks('labelA && labelB', currentBuild);
This is helpfull in parallel jobs, to stop unnecessary queues.
It will also helps to unque all current tasks, when we see that the resource is broken or reserved due maintanance ...
No response
What feature do you want to see added?
We need to cancel queued locks by 'label filter' from groovy in specific build / job Something like
unqueLocks('labelA && labelB', currentBuild);
This is helpfull in parallel jobs, to stop unnecessary queues.
It will also helps to unque all current tasks, when we see that the resource is broken or reserved due maintanance ...
Upstream changes
No response
Are you interested in contributing this feature?
No response