[
https://issues.apache.org/jira/browse/IGNITE-9770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16641979#comment-16641979
]
ASF GitHub Bot commented on IGNITE-9770:
----------------------------------------
SomeFire commented on a change in pull request #27: IGNITE-9770 Add 'Re-run
possible blockers' button
URL: https://github.com/apache/ignite-teamcity-bot/pull/27#discussion_r223387956
##########
File path:
ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/observer/BuildsInfo.java
##########
@@ -0,0 +1,100 @@
+package org.apache.ignite.ci.observer;
+
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+import org.apache.ignite.ci.IAnalyticsEnabledTeamcity;
+import org.apache.ignite.ci.tcmodel.result.Build;
+import org.apache.ignite.ci.user.ICredentialsProv;
+
+public class BuildsInfo{
+ /** Finished. */
+ public static final String FINISHED = "finished";
+
+ /** Server id. */
+ public final String srvId;
+
+ /** Build type id. */
+ public final String buildTypeId;
+
+ /** Branch name. */
+ public final String branchName;
+
+ /** Prov. */
Review comment:
Credentials.
----------------------------------------------------------------
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:
[email protected]
> Re-run possible blockers from pr.html
> -------------------------------------
>
> Key: IGNITE-9770
> URL: https://issues.apache.org/jira/browse/IGNITE-9770
> Project: Ignite
> Issue Type: Sub-task
> Reporter: Nikolai Kulagin
> Assignee: Nikolai Kulagin
> Priority: Minor
>
> Show button for re-run possible blockers. Also show merged button with re-run
> possible blockers&Comment JIRA, so the user re-run the possible tests and
> does not wait for them to complete,but learn about the completed tests from
> the comment to GitHib.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)