Update pipeline UI info (#214)

This commit is contained in:
pollfly 2022-03-28 12:16:38 +03:00 committed by GitHub
parent 70f1486cae
commit 76330e9b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 147 KiB

View File

@ -50,11 +50,13 @@ To return to viewing the runs information, click the pipeline graph, outside
Click on **DETAILS** on the top left of the info panel to view a runs full console log. The log contains everything printed
to stdout and stderr.
![Step console](../../img/webapp_pipeline_step_console.png)
To view a steps console log, click **DETAILS** and then click on a step.
You can also view the selected steps code. On the top right of the console panel, click **Console**, then click **Code**
in the menu.
![Step console](../../img/webapp_pipeline_step_console.png)
![Step code](../../img/webapp_pipeline_step_code.png)
For pipelines steps generated from functions using either [`PipelineController.add_function_step`](../../references/sdk/automation_controller_pipelinecontroller.md#add_function_step)
or [`PipelineDecorator.component`](../../references/sdk/automation_controller_pipelinecontroller.md##pipelinedecoratorcomponent),
you can also view the selected steps code. On the top center
of the console panel, click **Code**.
![Step code](../../img/webapp_pipeline_step_code.png)