Issue with new dashboard and viewing organization build queue

In the old dashboard there use to be a way to view your organization’s build queue - it has semi-stopped working for a while, and I recently deleted the URL to it because it wasn’t worth looking at - I don’t remember what the URL was at this point to provide context.

Recently on the new dashboard I saw the “6 other builds for this org” message, and when I clicked on it, it went to a similar page but using the new dashboard, but it also doesn’t work. The URL it sent me to was something similar to this: https://dashboard.unity3d.com/app/develop/build/orgs/[ORGNIZATION_NAME]/?status=queued

It would be nice if this page could start working again, or if there was some way to view all the builds going for your organization. Otherwise the link in the build queue for a project is a bit confusion because it basically just takes you to a broken page.

I’ve attached a picture of the link that I’m talking about.

2 Likes

Thanks for pointing this out, I just wrote a fix for this which should go out tomorrow. I’ll also log some work to try and get the org level history working a bit better (though as you note it’s a bit obscure so probably still won’t get that much attention)

2 Likes

Hello @victorw , how can i now see the Organization build queue? Could you please share a URL example?

Edit: Just found out that from @Trivium_Dev post the [ORGANIZATION_NAME] is now the Organization ID. I managed to figure out the URL, but the build queue does not seem to be working properly. It does not show all current builds.

Here’s the URL that I figured out recently (you might already have this): https://dashboard.unity3d.com/organizations/[ORGANIZATION_ID]/develop/build/history?status=success&page=1&limit=10

The ORGANIZATION_ID can be found by looking at other URLs when looking at Cloud Build Projects.

Not sure which browser you are using, but to get the page to “load” correctly, after it’s done loading, change the “rows per page” at the bottom from 10 to 25, and it should show actual results. You have to change the “rows per page” every time you want to do something (for example, if you change the “status” from “success” to “pending”, you then have to change “rows per page” from 25 to something else to get it to reload correctly). It’s a bit of a hassle but in a bind it can work. I’ve been thinking of building an app that would show this information but haven’t gotten around to it.

1 Like

Hello,

Today we noticed that the organization build queue url is not working anymore: https://dashboard.unity3d.com/organizations/[ORGANIZATION_ID]/develop/build/history

I am faced with a 404 - Page not found.

Is this expected behaviour @victorw ? Or an issue?

Try switching to https://dashboard.unity3d.com/organizations/[ORGANIZATION_ID]/cloud-build/history

There’s supposed to be a redirect to the new path but it doesn’t seem to be working consistently, I have reported that to the dashboard team.

1 Like

Hi @victorw , that works! Thanks for the support!

Still facing this recurring issue where to see the queue when opening the URL it is needed to change the number of items per page. Any updates on this issue fix?

Hey @henriqueranj , we just released a fix for it, can you give that page another try?

1 Like

Hi @markmassoud , great to hear this was fixed! I tried it and it works perfectly now. Thank you very much for the support

There is currently a bug with this feature. Upon opening the queue I get an unexpected error webpage.

Is this issue related to the updates referenced in this thread: [BUG] Cloud Build Slack integration has incorrect Share URL - Unity Services - Unity Discussions ?

Is this still happening? I couldn’t reproduce this issue.

Hi @victorw , my organization is still experiencing this issue. We end up in that error webpage.

I am using the following url format discussed in this thread:

I noticed the URL redirects to:

Was there any change to this format from your latest updates to UCB?

The UCB team haven’t changed anything here but it’s possible that the dashboard team made some changes that might have affected this, I’ll follow up with them.

1 Like

Hi @victorw the issue seems to have been resolved as I can now load properly the overall organization queue. Thanks for following it up.