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

Enhancement: Retry launch failure due to network interface provision issues #315

Closed wenduwan closed 1 year ago

wenduwan commented 1 year ago

What feature do you want to see added?

Problem

The launcher currently aborts the agent task if it encounters the network interface provision issue documented here

Expectation

As per AWS suggestion, this error should be retried, which leads to the ask(s) how can we bake general retry capability into the launcher, and then we need to define the behavior if the launcher encounters the above error.

Upstream changes

No response

Stericson commented 1 year ago

Merged. Thanks for the contribution!