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
I would like a feature in the ec2 spot fleet plugin that would allow me to specify a maximum number of builds on an instance before it is destroyed. This exists in the regular EC2 Jenkins plugin, but it does not exist in the EC2 spot fleet plugin.
In short, I would like to say:
Destroy an instance when it has been idle for X minutes (this exists today)
Destroy an instance when it has processed 100 builds (whether it is idle or not) (this does not exist today)
The text was updated successfully, but these errors were encountered:
@terma Our team has a need for instances in EC2 that we only want to run one time (because we alter system configuration and install packages inside the instance). We also find that we end up with a mess in /tmp or other directories after lots of jobs run, so it would be nice to stop the instance after a certain number of builds as well.
If there's a better way to destroy our running instance when the job is done, that would work for me, too.
I would like a feature in the ec2 spot fleet plugin that would allow me to specify a maximum number of builds on an instance before it is destroyed. This exists in the regular EC2 Jenkins plugin, but it does not exist in the EC2 spot fleet plugin.
In short, I would like to say:
The text was updated successfully, but these errors were encountered: