Open lyenliang opened 6 years ago
Hi, I found that this plugin cannot access China cn-northwest-1 region, which is Ningxia region.
Probably a modification of src/main/java/br/com/ingenieux/jenkins/plugins/awsebdeployment/AWSClientFactory.java file can solve this problem.
src/main/java/br/com/ingenieux/jenkins/plugins/awsebdeployment/AWSClientFactory.java
Because I only see Beijing region in the code.
lyen, PR welcomes (sorry, its a mess dealing with the China Clients :/)
Check out and compile the existing version on this repo, and get back to me (also check #88 just in case)
Hi, I found that this plugin cannot access China cn-northwest-1 region, which is Ningxia region.
Probably a modification of
src/main/java/br/com/ingenieux/jenkins/plugins/awsebdeployment/AWSClientFactory.java
file can solve this problem.Because I only see Beijing region in the code.