Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with ECS for new image deployments #85

Open
kaitea opened this issue Jan 19, 2018 · 1 comment
Open

Integration with ECS for new image deployments #85

kaitea opened this issue Jan 19, 2018 · 1 comment

Comments

@kaitea
Copy link

kaitea commented Jan 19, 2018

Hi,

It would be great if this plugin can be enhanced to support new ECS deployments where we just specify the ECS cluster, service name and docker image tag, and it just takes the existing task definition the service is mapped to and updates the image tag to the new one and updates the ecs service to the new ecs task revision. Ideally, if this works with Jenkins pipeline that would be great. Or, perhaps it's better to create a entirely new ECS deploy plugin?

Thanks

@Jmcfar
Copy link
Contributor

Jmcfar commented Jan 19, 2018

Hi!

This plugin is intended for kicking off deployments with AWS CodeDeploy. For ECS based deployments, it would likely be better to be a new plugin or perhaps a feature enhancement for the ECS Jenkins Plugin (https://github.com/jenkinsci/amazon-ecs-plugin). Currently it appears to be limited to using ECS as build executors but they may be interested in adding deployment support as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants