jenkinsci / amazon-ecs-plugin

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

Add support for Sidecars in ECS Template #331

Open jesstruck opened 10 months ago

jesstruck commented 10 months ago

What feature do you want to see added?

So just like the Kubernetes plugin supports a Pod Template it should be included into this plugin to add support for multiple containers within the same ECS Agent Template.

Referencing those containers should be done using the container('<name>') function.

Upstream changes

No response