11.4 Live Job Pages

Orbnetes deployment and release orchestration documentation for operators and platform teams.

Live job page console

Live job pages are step-level execution diagnostics.

Typical capabilities:

  • step timeline with statuses and durations,
  • live streamed console logs,
  • per-step expand/collapse,
  • searchable output,
  • line anchors for precise references,
  • downloadable logs (job or pipeline scope depending on page/actions).

What operators use live page for:

  • find first failing command quickly,
  • distinguish infra errors vs script errors,
  • copy exact error context for incident communication,
  • confirm retries/reruns changed behavior.

Best practice:

  • always start analysis from first failed step, not final summary line.
  • correlate step output with environment/source/inputs shown in run context.