clearml-docs/docs/webapp/pipelines/webapp_pipeline_page.md

43 lines
1.2 KiB
Markdown
Raw Normal View History

2022-03-06 15:09:57 +00:00
---
title: Pipelines Page
---
Use the **Pipelines** Page to navigate between and manage pipelines. The page shows execution summaries for all
[ClearML Pipelines](../../fundamentals/pipelines.md).
Click on a pipeline card to navigate to its [Pipeline Runs Table](webapp_pipeline_table.md), where you can view the
pipeline structure, configuration and outputs for all of the pipelines runs, as well as create new runs.
![Pipelines page](../../img/webapp_pipeline_table.png)
## Pipeline Cards
The pipeline cards display summarized pipeline information:
2022-03-16 11:14:54 +00:00
<div class="max-w-50">
2022-03-06 15:09:57 +00:00
![Project card](../../img/webapp_pipeline_card.png)
2022-03-16 11:14:54 +00:00
</div>
2022-03-06 15:09:57 +00:00
* Pipeline name
* Time since the pipelines most recent run
* Run summary - Number of *Running*/*Pending*/*Completed*/*Failed* runs
* Tags
### Pipeline Actions
Click <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Menu" className="icon size-md space-sm" /> on the top right
of a pipeline card to open its context menu and access pipeline actions.
2022-03-16 11:14:54 +00:00
<div class="max-w-50">
2022-03-06 15:09:57 +00:00
![Project context menu](../../img/webapp_pipeline_context_menu.png)
2022-03-16 11:14:54 +00:00
</div>
2022-03-06 15:09:57 +00:00
* Rename - Change the pipelines name
* Add Tag - Add label to the pipeline to help easily classify groups of pipelines.