1 parent 891c0c1 commit 2bfa445Copy full SHA for 2bfa445
1 file changed
Torch.API/WebAPI/JenkinsQuery.cs
@@ -13,7 +13,7 @@ namespace Torch.API.WebAPI
13
{
14
public class JenkinsQuery
15
16
- private const string BRANCH_QUERY = "http://136.243.80.164:2690/job/Torch/job/{0}/" + API_PATH;
+ private const string BRANCH_QUERY = "https://build.torchapi.com/job/Torch/job/{0}/" + API_PATH;
17
private const string ARTIFACT_PATH = "artifact/bin/torch-server.zip";
18
private const string API_PATH = "api/json";
19
0 commit comments