I have builds/jobs (I’m not 100% on the terminology) that are triggered by tags. It works. In the old UI, you could see what tag triggered the build. In the new UI you can’t.
For example, in this URL:
https://app.circleci.com/pipelines/github/REDACTED/15813/workflows/REDACTEDababab
there is the commit and link to it in github, but what I’m interested in is the tag that points to the commit - the one that triggered the build.
or
https://app.circleci.com/pipelines/github/REDACTED/15813/workflows/REDACTEDababab/jobs/16810
This UI just has the word “branch” with an icon that doesn’t link to anything, and no commit.
Getting these back would help somewhat with the transition to the new UI. I’d greatly prefer if we could just use the old UI until the new one is ready. The legacy jobs view page is helpful, but it is also missing the tag that triggered the job. We see a list of jobs, many with missing commit fields because we use tags to trigger builds.