When I retry a build, I get directed to a page with an empty build log that keeps saying it's pending and I guess that there should be some AJAX fetching the actual build log and switching the displayed state to running. Right now, to get there, I need to refresh the page.
I kept having this issue for quite a couple releases so far.
Designs
An error occurred while loading designs. Please try again.
Child items
0
Show closed items
GraphQL error: The resource that you are attempting to access does not exist or you don't have permission to perform this action
No child items are currently open.
Linked items
0
Link issues together to show that they're related or that one is blocking others.
Learn more.
Can you give us steps to reproduce? Cannot reproduce at the moment. Feel free to reopen with those steps including browser/version numbers etc. Need more detail. 😄
@jschatz1 Is there any plans to implement this? We already do polling to get ci_status. Doing another polling to get the build status doesn't seems to be the best idea. Maybe we should wait until we upgrade to Rails 5 so we can use ActionCable to implement this.