Skip to content

Commit 49c2822

Browse files
committed
Show artifact link if it exists
1 parent fae81a0 commit 49c2822

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

views/pkginfo.pug

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ block content
255255
th Target
256256
th Result
257257
th Total time
258+
th Artifact
258259
tbody
259260
each job in _checks
260261
tr
@@ -263,6 +264,10 @@ block content
263264
a(target="_blank" href=`${_buildurl}/job/${job.job || '..'}`)
264265
b(class=job.color) #{job.check}
265266
td.text-secondary #{job.time}
267+
td
268+
if job.artifact
269+
a(target="_blank" href=`${_buildurl}/artifacts/${job.artifact}`)
270+
i.fas.fa-download
266271

267272
if _exports
268273
p#exportlist.card-text.clearfix.noanim.collapse

0 commit comments

Comments
 (0)