You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2018/10/01 11:28:51 UTC

[ignite-teamcity-bot] branch master updated: standalone runner fixed

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new a392224  standalone runner fixed
a392224 is described below

commit a39222401eb61989539df74f36b6daddd638fa2e
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Mon Oct 1 14:28:29 2018 +0300

    standalone runner fixed
---
 .../apache/ignite/ci/runners/IgniteTeamcityHelperRunnerExample.java   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/runners/IgniteTeamcityHelperRunnerExample.java b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/runners/IgniteTeamcityHelperRunnerExample.java
index 5875e8a..e65f995 100644
--- a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/runners/IgniteTeamcityHelperRunnerExample.java
+++ b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/runners/IgniteTeamcityHelperRunnerExample.java
@@ -34,6 +34,7 @@ import org.apache.ignite.ci.IgniteTeamcityConnection;
 import org.apache.ignite.ci.tcmodel.conf.BuildType;
 import org.apache.ignite.ci.tcmodel.conf.bt.BuildTypeFull;
 import org.apache.ignite.ci.tcmodel.conf.bt.SnapshotDependency;
+import org.apache.ignite.ci.teamcity.TcConnectionStaticLinker;
 
 /**
  * Local class for running specific checks
@@ -44,7 +45,8 @@ public class IgniteTeamcityHelperRunnerExample {
     public static void main(String[] args) throws Exception {
         String serverIdPriv = "private";
         String serverIdPub = "apache";
-        final IgniteTeamcityConnection helper = new IgniteTeamcityConnection(); //public_auth_properties
+
+        final IgniteTeamcityConnection helper = TcConnectionStaticLinker.create(serverIdPub);
 
         int k = 0;
         if (k > 0) {