Search Unity

(Bug) New UCB history layout is showing builds from other projects

Discussion in 'Unity Build Automation' started by henriqueranj, Sep 13, 2018.

  1. henriqueranj

    henriqueranj

    Joined:
    Feb 18, 2016
    Posts:
    177
    Hello, it seems that the UCB got a layout overhaul, and with this a strange bug where the history of one project shows builds in progress for other projects.

    This seems to only happen when you have a project currently building a target and with the webpage opened, another project starts a new build. Therefore, the other project's builds in progress also show up the history.

    Maybe this is a long awaited feature where you can see an overview of all currently building apps in an organization? ;)
     
  2. rachelgarza

    rachelgarza

    Unity Technologies

    Joined:
    Jun 6, 2017
    Posts:
    29
    Hello! Thanks for reporting this, will forward this info along to our developers!
     
  3. Trivium_Dev

    Trivium_Dev

    Joined:
    Aug 1, 2017
    Posts:
    78
    Actually it is possible to see all currently building apps in an organization, it's just hidden.

    Here's the URL that you go to, you just need to enter your organization ID in the middle:
    https://developer.cloud.unity3d.com/build/orgs/{ORG_ID}/?status=queued,sentToBuilder,started&page=1
     
    henriqueranj likes this.
  4. henriqueranj

    henriqueranj

    Joined:
    Feb 18, 2016
    Posts:
    177
    Great tip, @Trivium_Dev ! Didn't know this one! Thanks!