diff --git a/docs/img/webapp_pipeline_DAG_collapsed.png b/docs/img/webapp_pipeline_DAG_collapsed.png new file mode 100644 index 00000000..502e03ef Binary files /dev/null and b/docs/img/webapp_pipeline_DAG_collapsed.png differ diff --git a/docs/img/webapp_pipeline_stage_card.png b/docs/img/webapp_pipeline_stage_card.png new file mode 100644 index 00000000..f215fec3 Binary files /dev/null and b/docs/img/webapp_pipeline_stage_card.png differ diff --git a/docs/img/webapp_pipeline_stage_info.png b/docs/img/webapp_pipeline_stage_info.png new file mode 100644 index 00000000..14aba241 Binary files /dev/null and b/docs/img/webapp_pipeline_stage_info.png differ diff --git a/docs/webapp/pipelines/webapp_pipeline_viewing.md b/docs/webapp/pipelines/webapp_pipeline_viewing.md index 65bf262c..5b65e684 100644 --- a/docs/webapp/pipelines/webapp_pipeline_viewing.md +++ b/docs/webapp/pipelines/webapp_pipeline_viewing.md @@ -19,10 +19,46 @@ Each step shows: While the pipeline is running, the steps' details and colors are updated. +## Run Stages +Steps that were set into the same stage when created, are grouped into stages in the Run Details panel. + +In stages view, click`Expand Stages` to view the complete pipeline DAG with all steps visible. +In the detailed view, click `Collapse Stages` to view the pipeline DAG outline with the same stage steps grouped into a single stage. + +![Pipeline structure in stages](../../img/webapp_pipeline_DAG_collapsed.png) + + + +In the collapsed view, each stage displays: + +