We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: