Skip to content

Commit

Permalink
agents need to connect over secure port
Browse files Browse the repository at this point in the history
  • Loading branch information
kritika-singh3 committed Jun 19, 2019
1 parent 5b81e73 commit 3f9f6af
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ public static void main(String[] args) throws Exception {
new ProcessRunner().command("curl", "http://localhost:8153/go/admin/tfs-impl.jar", "--fail", "--silent", "--output", "tfs-impl.jar").failOnError(false).run();
new SystemEnvironment().set(SystemEnvironment.PLUGIN_ACTIVATOR_JAR_PATH, "go-plugin-activator.jar");
assertActivationJarPresent();
AgentMain.main("-serverUrl", "http://localhost:8153/go");
AgentMain.main("-serverUrl", "https://localhost:8154/go");
}

private static void assertActivationJarPresent() {
Expand Down

0 comments on commit 3f9f6af

Please sign in to comment.