Skip to content

Commit 40d7b24

Browse files
surybalaUbuntu
authored and
Ubuntu
committed
Adding eu-central-1 support
1 parent 5b6ad01 commit 40d7b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/amazonaws/codedeploy/AWSCodeDeployPublisher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public class AWSCodeDeployPublisher extends Publisher {
7777
public static final long DEFAULT_TIMEOUT_SECONDS = 900;
7878
public static final long DEFAULT_POLLING_FREQUENCY_SECONDS = 15;
7979
public static final String ROLE_SESSION_NAME = "jenkins-codedeploy-plugin";
80-
public static final Regions[] AVAILABLE_REGIONS = {Regions.AP_NORTHEAST_1, Regions.AP_SOUTHEAST_2, Regions.EU_WEST_1, Regions.US_EAST_1, Regions.US_WEST_2};
80+
public static final Regions[] AVAILABLE_REGIONS = {Regions.AP_NORTHEAST_1, Regions.AP_SOUTHEAST_2, Regions.EU_WEST_1, Regions.US_EAST_1, Regions.US_WEST_2, Regions.EU_CENTRAL_1};
8181

8282
private final String s3bucket;
8383
private final String s3prefix;

0 commit comments

Comments
 (0)