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

Region is not available #321

Closed RomanCRS closed 1 year ago

RomanCRS commented 1 year ago

Jenkins and plugins versions report

Not all regions are available in the dropdown list. For example, me-central-1 (UAE) is not available, however, it is available in the AWS console also if I use plugin "Amazon EC2", all enabled regions are in the list including me-central-1 (UAE).

What Operating System are you using (both controller, and any agents involved in the problem)?

Jenkins master is running in Docker where the official image is used.

Reproduction steps

Go to Manage Jenkins --> Configure clouds and press on "Amazon ECS Region Name".

Expected Results

All regions should be in the list or there should be a way to specify regions manually.

Actual Results

Me-central-1 region is missing.

Anything else?

No response

RomanCRS commented 1 year ago

Seems like the issue was related to the dependent plugins that "ecs-plugin" uses. After upgrading to the latest version, all regions are available.