Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Add BJS/ZHY as new regions
Browse files Browse the repository at this point in the history
  • Loading branch information
HaipuSun123 committed Mar 5, 2022
1 parent 3b9da76 commit f7e984f
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@
public class AWSCodePipelineSCM extends hudson.scm.SCM {

public static final Regions[] AVAILABLE_REGIONS = {
Regions.US_EAST_2,
Regions.US_EAST_1,
Regions.US_EAST_2,
Regions.US_WEST_1,
Regions.US_WEST_2,
Regions.AP_EAST_1,
Regions.AP_SOUTH_1,
Regions.AP_NORTHEAST_2,
Regions.AP_SOUTHEAST_1,
Expand All @@ -73,12 +74,13 @@ public class AWSCodePipelineSCM extends hudson.scm.SCM {
Regions.EU_CENTRAL_1,
Regions.EU_WEST_1,
Regions.EU_WEST_2,
Regions.EU_SOUTH_1,
Regions.EU_WEST_3,
Regions.EU_NORTH_1,
Regions.SA_EAST_1,
Regions.GovCloud,
Regions.AP_EAST_1,
Regions.EU_SOUTH_1
Regions.CN_NORTH_1,
Regions.CN_NORTHWEST_1
};

public static final CategoryType[] ACTION_TYPE = {
Expand Down

0 comments on commit f7e984f

Please sign in to comment.