You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/op-interacting-with-pipelines-using-the-developer-perspective.adoc
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,16 @@ The *Pipelines* view in the *Developer* perspective lists all the pipelines in a
20
20
. In the *Pipelines* view of the *Developer* perspective, select a project from the *Project* drop-down list to see the pipelines in that project.
21
21
. Click the required pipeline to see the *Pipeline details* page.
22
22
+
23
-
By default, the *Details* tab displays a visual representation of all the all the serial tasks, parallel tasks, `finally` tasks, and when expressions in the pipeline. The tasks and the `finally` tasks are listed in the lower right portion of the page. Click the listed *Tasks* and *Finally tasks* to view the task details.
23
+
By default, the *Details* tab displays a visual representation of all the `serial` tasks, `parallel` tasks, `finally` tasks, and `when` expressions in the pipeline. The tasks and the `finally` tasks are listed in the lower right portion of the page.
24
+
+
25
+
To view the task details, click the listed *Tasks* and *Finally* tasks. In addition, you can do the following:
26
+
+
27
+
* Use the zoom in, zoom out, fit to screen, and reset view features using the standard icons displayed in the lower left corner of the *Pipeline details* visualization.
28
+
* Change the zoom factor of the pipeline visualization using the mouse wheel.
29
+
* Hover over the tasks and see the task details.
24
30
+
25
31
.Pipeline details
26
-
image::op-pipeline-details.png[Pipeline details]
32
+
image::op-pipeline-details1.png[Pipeline details]
27
33
+
28
34
. Optional: On the *Pipeline details* page, click the *Metrics* tab to see the following information about pipelines:
Copy file name to clipboardExpand all lines: modules/op-starting-pipelines-from-pipelines-view.adoc
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,17 +49,20 @@ For basic authentication and SSH authentication, you can use annotations such as
49
49
You can add multiple secrets based upon the number of resources in your pipeline.
50
50
51
51
. Click *Start* to start the pipeline.
52
-
. The *Pipeline Run Details* page displays the pipeline being executed. After the pipeline starts, the tasks and steps within each task are executed.
52
+
. The *PipelineRun details* page displays the pipeline being executed. After the pipeline starts, the tasks and steps within each task are executed.
53
53
You can:
54
-
* Hover over the tasks to see the time taken to execute each step.
54
+
* Use the zoom in, zoom out, fit to screen, and reset view features using the standard icons, which are in the lower left corner of the *PipelineRun details* page visualization.
55
+
* Change the zoom factor of the pipelinerun visualization using the mouse wheel. At specific zoom factors, the background color of the tasks changes to indicate the error or warning status.
56
+
* Hover over the tasks to see the details, such as the time taken to execute each step, task name, and task status.
57
+
* Hover over the tasks badge to see the total number of tasks and tasks completed.
55
58
* Click on a task to see the logs for each step in the task.
56
59
* Click the *Logs* tab to see the logs relating to the execution sequence of the tasks. You can also expand the pane and download the logs individually or in bulk, by using the relevant button.
57
60
* Click the *Events* tab to see the stream of events generated by a pipeline run.
58
61
+
59
62
You can use the *Task Runs*, *Logs*, and *Events* tabs to assist in debugging a failed pipeline run or a failed task run.
60
63
+
61
64
.Pipeline run details
62
-
image::op_pipeline_run.png[Pipeline run details]
65
+
image::op_pipeline_run2.png[Pipeline run details]
63
66
+
64
67
//Add workspace and credential steps in this section.
65
68
//Probably need a sep section for logging and monitoring pipelines.
Copy file name to clipboardExpand all lines: modules/op-starting-pipelines-from-topology-view.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,6 @@ To see the pipelines created using the *Pipeline Builder* in the *Topology* view
19
19
. In *Pipeline Runs*, click *Start Last Run* to start a new pipeline run with the same parameters and resources as the previous one. This option is disabled if a pipeline run has not been initiated. You can also start a pipeline run when you create it.
20
20
+
21
21
.Pipelines in Topology view
22
-
image::op_pipeline_topology.png[Pipelines in Topology view]
22
+
image::op_pipeline_topology1.png[Pipelines in Topology view]
23
23
24
24
In the *Topology* page, hover to the left of the application to see the status of its pipeline run. After a pipeline is added, a bottom left icon indicates that there is an associated pipeline.
0 commit comments