jenkinsci / amazon-ecs-plugin

Amazon EC2 Container Service Plugin for Jenkins
https://plugins.jenkins.io/amazon-ecs
MIT License
192 stars 226 forks source link

Advanced option of "Minimum Agents" #260

Open MikeKroell opened 2 years ago

MikeKroell commented 2 years ago

What feature do you want to see added?

We would like to be able to specify the minimum amount of agents running at any one time. We have a single EC2 ECS host always on and would like to remove the spin-up time of the ECS task having to download and spin up.

The idea here is the user can input a value for this field which will be located in the configure clouds -> advanced -> minimum nodes

This would be very similar to the request for the maximum amount of nodes:

https://github.com/jenkinsci/amazon-ecs-plugin/issues/249

Upstream changes

No response

Stericson commented 1 year ago

Please consider submitting a PR with your implementation of this feature