Skip to content

Commit 2bfa445

Browse files
committed
Fix build url
1 parent 891c0c1 commit 2bfa445

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Torch.API/WebAPI/JenkinsQuery.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Torch.API.WebAPI
1313
{
1414
public class JenkinsQuery
1515
{
16-
private const string BRANCH_QUERY = "http://136.243.80.164:2690/job/Torch/job/{0}/" + API_PATH;
16+
private const string BRANCH_QUERY = "https://build.torchapi.com/job/Torch/job/{0}/" + API_PATH;
1717
private const string ARTIFACT_PATH = "artifact/bin/torch-server.zip";
1818
private const string API_PATH = "api/json";
1919

0 commit comments

Comments
 (0)