Build error displayed on status page

dependabot/npm_and_yarn/BuildServer/eslint-7.2.0
Inga 🏳‍🌈 10 years ago
parent fef5873728
commit 4184f54006
  1. 4
      BuildServer/views/status.jade

@ -27,6 +27,10 @@ block content
p: b: a(href="/release/" + [owner, reponame, branchName, rev].join("/")) Download all artifacts as ZIP
if (report && report.err)
h2 Error
p(style="white-space:pre-line") #{report.err}
if (report && report.result && report.result.messages && report.result.messages.$allMessages)
h2 Build output
pre

Loading…
Cancel
Save