You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by GitBox <gi...@apache.org> on 2018/10/24 15:45:03 UTC

[GitHub] asfgit closed pull request #42: IGNITE-9894 [TC Bot] Change of JIRA link name

asfgit closed pull request #42: IGNITE-9894 [TC Bot] Change of JIRA link name
URL: https://github.com/apache/ignite-teamcity-bot/pull/42
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/TcHelper.java b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/TcHelper.java
index 5e0422d..fc9a8bb 100644
--- a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/TcHelper.java
+++ b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/TcHelper.java
@@ -224,7 +224,7 @@ else if (recent.failures != null && recent.runs != null) {
             }
         }
 
-        res.append("\\n").append("[TeamCity Run All|").append(webUrl).append(']');
+        res.append("\\n").append("[TeamCity RunAll Results|").append(webUrl).append(']');
 
         return xmlEscapeText(res.toString());
     }


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services