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/23 10:18:55 UTC

[GitHub] SomeFire commented on a change in pull request #39: IGNITE-9901 Persistent queue for visas added

SomeFire commented on a change in pull request #39: IGNITE-9901 Persistent queue for visas added
URL: https://github.com/apache/ignite-teamcity-bot/pull/39#discussion_r227305508
 
 

 ##########
 File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcbot/visa/TcBotTriggerAndSignOffService.java
 ##########
 @@ -154,7 +162,9 @@ private String observeJira(
 
         buildObserverProvider.get().observe(srvId, prov, ticketFullName, builds);
 
-        return "JIRA ticket IGNITE-" + ticketFullName + " will be notified after the tests are completed.";
+        return tcHelper.isServerAuthorized() ? "JIRA ticket IGNITE-" + ticketFullName +
+            " will be notified after the tests are completed." :
+            "Perform server authentication to allow JIRA ticket be notified.";
 
 Review comment:
   May be something like "Ask server administrator to authorize the Bot to enable JIRA notifications."?

----------------------------------------------------------------
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