sonic-build/views/artifact-names.pug (15 lines of code) (raw):
extends layout
block block_navigators
li Artifacts
block content
table(class="simpletable")
tr
th Seq.
th ArtifactId
th Name
each row in rows
tr
td= row.seq
td= row.id
td
a(href="/ui/sonic/pipelines/" + row.definitionId + "/builds/" + row.buildId + "/artifacts/" + row.id + "?branchName=" + branchName + "&artifactName=" + row.name, target="_blank")= row.name