Skip to content

Commit

Permalink
feat: 增加fileGateway ci-plugins#59
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxuwan committed Mar 7, 2023
1 parent 5cd0cef commit fd9c7dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/com/tencent/bk/devops/atom/api/SdkEnv.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public class SdkEnv {
private String gateway;
private String buildId;
private String vmSeqId;
private String fileGateway;

private static SdkEnv instance;

Expand Down Expand Up @@ -102,4 +103,8 @@ public static String getGatewayHost() {
public static String getVmSeqId() {
return instance.vmSeqId;
}

public static String getFileGateway() {
return instance.fileGateway;
}
}

0 comments on commit fd9c7dc

Please sign in to comment.