You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A useful feature on the equivalent EC2 plugin is the capability to limit the number of jobs a given agent can run before terminating. This allows jenkins builds to cope with cruft build up in slaves such as docker images, caching, or to work around other issues that cause a given slave to be unusable after a build.
I typically for instance add a label like 'once/linux/amd64' to certain slaves such that they can be configured to only allow one (docker based build) job to execute before terminating the slave.
Upstream changes
No response
Are you interested in contributing this feature?
No response
The text was updated successfully, but these errors were encountered:
What feature do you want to see added?
A useful feature on the equivalent EC2 plugin is the capability to limit the number of jobs a given agent can run before terminating. This allows jenkins builds to cope with cruft build up in slaves such as docker images, caching, or to work around other issues that cause a given slave to be unusable after a build.
I typically for instance add a label like 'once/linux/amd64' to certain slaves such that they can be configured to only allow one (docker based build) job to execute before terminating the slave.
Upstream changes
No response
Are you interested in contributing this feature?
No response
The text was updated successfully, but these errors were encountered: