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

Override task parameters at runtime #358

Open jgard opened 1 month ago

jgard commented 1 month ago

What feature do you want to see added?

This is reviving https://github.com/jenkinsci/amazon-ecs-plugin/issues/184 that was closed as stale. I'd really like to see the feature implemented. The AWS API supports overriding a number of attributes on task launch like cpu, memory, ephemeralStorage. Currently if you want to manage ECS Task Definitions yourself (instead of letting this plugin manage them for you), you are forced to create a Task Definition and corresponding ECS plugin template for each permutation of these settings.

It would be great if you could both:

Upstream changes

No response

Are you interested in contributing this feature?

No response

MikeKroell commented 1 month ago

I would love this as well.