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_r222642202
##########
File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/rest/TriggerBuild.java
##########
@@ -167,7 +167,8 @@ private String observeJira(
BuildObserver observer = CtxListener.getInjector(context).getInstance(BuildObserver.class);
- observer.observe(build, srvId, prov, "ignite-" + ticketId);
+ for (Build build : builds)
Review comment:
We shouldn't observe builds for the same PR separately, because in such case we Bot will comment same ticket for every build. We should wait while all of the builds will be finished and comment only once.
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services