运行概览
运行 ID
{{ run.run_id }}
项目
{{ run.project or "未记录" }}
流水线
{{ run.pipeline_name or "未记录" }}
目标环境
{{ run.target or "未记录" }}
总耗时
{{ run.duration_label }}
{{ global_summary }}
{% if params %}执行参数
{{ params }}
{% endif %}
sci-agent 发布平台 · 独立静态报告
本报告可直接从文件系统打开,不依赖平台 UI、后端服务或额外静态资源。
{{ global_summary }}
{% if params %}{{ params }}
{% endif %}
| # | 范围 | 步骤 | 动作 | 状态 | 耗时 | 摘要 |
|---|---|---|---|---|---|---|
| {{ step.index }} | {{ step.scope_label }} | {{ step.name }} | {{ step.action or "-" }} | {{ step.status_label }} | {{ step.duration_label or "-" }} | {{ step.summary or "-" }} |
| 暂无步骤记录 | ||||||
{{ step.summary }}
{% endif %} {% if step.command %}{{ step.command }}{% endif %}
{% if step.params %}{{ step.params }}{% endif %}
{% if step.stdout %}{{ step.stdout }}{% endif %}
{% if step.stderr %}{{ step.stderr }}{% endif %}
{{ raw_events }}