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
NN
create 1 resources named ABC with label A and start this code lock(label : 'A', quantity: 2) { }
The pipeline shall breaks / throw a exception in validation step, when the count of requested resources is smaller the current count of resources
Pipiles stucked, until enough resources are created. This may also happnes when a lock is in queue and the resources are removed between.
No response
The text was updated successfully, but these errors were encountered:
as follow from #558
Sorry, something went wrong.
No branches or pull requests
Jenkins and plugins versions report
NN
What Operating System are you using (both controller, and any agents involved in the problem)?
NN
Reproduction steps
create 1 resources named ABC with label A and start this code
lock(label : 'A', quantity: 2) {
}
Expected Results
The pipeline shall breaks / throw a exception in validation step, when the count of requested resources is smaller the current count of resources
Actual Results
Pipiles stucked, until enough resources are created.
This may also happnes when a lock is in queue and the resources are removed between.
Anything else?
No response
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: