sci-agent 发布平台 · 独立静态报告

运行报告

本报告可直接从文件系统打开,不依赖平台 UI、后端服务或额外静态资源。

执行结果:{{ run.status_label }}

运行概览

运行 ID
{{ run.run_id }}
项目
{{ run.project or "未记录" }}
流水线
{{ run.pipeline_name or "未记录" }}
目标环境
{{ run.target or "未记录" }}
总耗时
{{ run.duration_label }}

{{ global_summary }}

{% if params %}

执行参数

{{ params }}
{% endif %}

步骤结果

{% for step in detail_steps %} {% else %} {% endfor %}
#范围步骤动作状态耗时摘要
{{ step.index }} {{ step.scope_label }} {{ step.name }} {{ step.action or "-" }} {{ step.status_label }} {{ step.duration_label or "-" }} {{ step.summary or "-" }}
暂无步骤记录

结果详情

{% for step in detail_steps %}
#{{ step.index }} {{ step.scope_label }} · {{ step.name }} · {{ step.status_label }}
动作:{{ step.action or "未记录" }} {% if step.exit_code %}exit_code={{ step.exit_code }}{% endif %} {% if step.duration_label %}耗时:{{ step.duration_label }}{% endif %}
{% if step.summary %}

{{ step.summary }}

{% endif %} {% if step.command %}

command

{{ step.command }}
{% endif %} {% if step.params %}

params

{{ step.params }}
{% endif %} {% if step.stdout %}

stdout

{{ step.stdout }}
{% endif %} {% if step.stderr %}

stderr

{{ step.stderr }}
{% endif %}
{% else %}
暂无结果详情。
{% endfor %}
高级信息:原始事件
{{ raw_events }}