Search Unity

see which commit triggered a build, and automate?

Discussion in 'Unity Build Automation' started by a_vallberg, Jul 23, 2021.

  1. a_vallberg

    a_vallberg

    Joined:
    Jan 7, 2018
    Posts:
    5
    Hi,

    Is there some way to see which commit triggered a specific build?

    We are using git tags so it would be nice to be able to find a specific build like "v1.6.5" based on the tags from git.

    Thanks in advance
    Andreas
     
  2. ValeryNikulina

    ValeryNikulina

    Unity Technologies

    Joined:
    Oct 26, 2020
    Posts:
    138
    Hi,

    Usually you can see it in the details of the build (as shown on the screenshot).

    It's also possible to find it in the full log at the very start of SCM Checkout. It should have a line:
    Summary of changed files at revision


    upload_2021-7-27_12-37-51.png

    If you don't see this - you can submit a support ticket so that we can investigate this further. Or you can share with me a link to your Unity Cloud Build history via private messages so that I can have a look at this.

    I'm not sure about the tags though, I'd need to investigate this a bit further about it. Do you see them in the full log?