From a80dd33b084774ae86a2f09800b32fd5b704f5a1 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 25 Apr 2025 12:47:41 +0200 Subject: Invocation server: also present the artifacts of an invocation ... if available. This can be useful, when presenting builds that are mainly there to have artifacts available for manual use. --- doc/invocations-http-server/templates/invocation.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/invocations-http-server/templates') diff --git a/doc/invocations-http-server/templates/invocation.html b/doc/invocations-http-server/templates/invocation.html index 65ec9127..b09ca0ac 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -96,6 +96,22 @@ Inocations {{invocation | e}} {% if exit_code != None %}
  • exit code: {{ exit_code | e }}
  • {% endif %} + {% if artifacts %} +
  • +
    + artifacts +
      + {% for entry in artifacts %} +
    • + {{ entry["path"] | e}} + {% if entry["type"] == "blob" %} + [↓] + {% endif %} +
    • + {% endfor %} +
    +
    + {% endif %} {% if have_profile %} -- cgit v1.2.3