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 e9eeb1b Removal of non working part in config example
e9eeb1b is described below
commit e9eeb1ba984f81c53c19e15313502b5beb194934
Author: Dmitriy Pavlov <[email protected]>
AuthorDate: Thu Jul 25 18:35:15 2019 +0300
Removal of non working part in config example
---
conf/branches.json | 7 -------
.../src/main/java/org/apache/ignite/ci/web/model/Version.java | 2 +-
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/conf/branches.json b/conf/branches.json
index e42a53a..f424bb3 100644
--- a/conf/branches.json
+++ b/conf/branches.json
@@ -5,13 +5,6 @@
"tcServers": [
{
/* Service Code for internal identification */
- "code": "public",
-
- // reference to another TC server service code to be used instead.
- "reference": "apache"
- },
- {
- /* Service Code for internal identification */
"code": "apache",
/** Teamcity Host, HTTPs is highly recommended because of Basic Auth
used.*/
"host": "https://ci.ignite.apache.org/",
diff --git
a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java
b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java
index 91748b4..79310e2 100644
---
a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java
+++
b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java
@@ -28,7 +28,7 @@ package org.apache.ignite.ci.web.model;
public static final String GITHUB_REF =
"https://github.com/apache/ignite-teamcity-bot";
/** TC Bot Version. */
- public static final String VERSION = "20190724";
+ public static final String VERSION = "20190725";
/** Java version, where Web App is running. */
public String javaVer;