Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions modules/op-constructing-pipelines-using-pipeline-builder.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For this example:
... Add an output resource. In the *Name* field, enter `Img`, and then from the *Resource Type* drop-down list, select *Image*.
.. Optional: The *Parameters* for a task are prepopulated based on the specifications of the task. If required, use the *Add Parameters* link to add additional parameters.
+
.. If a *Missing Resources* warning is displayed on a task if the resources for the task are not specified. Click the *s2i-nodejs* task to see the side panel with details for the task.
.. A *Missing Resources* warning is displayed on a task if the resources for the task are not specified. Click the *s2i-nodejs* task to see the side panel with details for the task.
+
.Tasks details in Pipelines Builder
image::op-pipeline-builder-task-details.png[]
Expand All @@ -54,4 +54,5 @@ image::op-pipeline-builder-task-details.png[]
... In the *Output Resources* -> *Image* section, click the *Select Resources* list, and select *Img*.
... If required, in the *Parameters* section, add more parameters to the default ones, by using the `$(params.<param-name>)` syntax.
... Similarly, add an input resource for the *openshift-client* task.
. Click *Create* to create and view the pipeline in the *Pipeline Details* and the click the *Action* button to start the pipeline.
. Click *Create* to create and view the pipeline in the *Pipeline Details* page.
. Click the *Actions* drop-down menu, and then click *Start* to start the Pipeline.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
[id="op-interacting-with-pipelines-using-the-developer-perspective_{context}"]
= Interacting with Pipelines using the Developer perspective

The *Pipelines* view in the *Developer* perspective lists all the Pipelines in a project along with details, such as the namespace in which the Pipeline was created, the last PipelineRun, the status of the Tasks in the PipelineRun, the status of the PipelineRun, and the time taken for the run.
The *Pipelines* view in the *Developer* perspective lists all the pipelines in a project along with the following details:

* The namespace in which the pipeline was created
* The last pipeline run
* The status of the tasks in the pipeline run
* The status of the pipeline run
* The creation time of the last pipeline run

[Discrete]
.Procedure
Expand All @@ -21,6 +27,13 @@ image::op-pipeline-list.png[]
. Optionally, in the *Pipeline Details* page:

* Click the *YAML* tab to edit the YAML file for the Pipeline.
* Click the *Pipeline Runs* tab to see the completed, running, or failed runs for the Pipeline. You can use the Options menu {kebab} to stop a running Pipeline, to rerun a Pipeline using the same parameters and resources as that of the previous Pipeline execution, or to delete a PipelineRun.
* Click the *Parameters* tab to see the parameters defined in the Pipeline. You can also add or edit additional parameters as required.
* Click the *Resources* tab to see the resources defined in the Pipeline. You can also add or edit additional resources as required.
* Click the *Pipeline Runs* tab to see the completed, running, or failed runs for the pipeline.
+
[NOTE]
====
The *Details* section of the *Pipeline Run Details* page displays a *Log Snippet* of the failed pipeline run. *Log Snippet* provides a general error message and a snippet of the log. A link to the *Logs* section provides quick access to the details about the failed run.
The *Log Snippet* is also displayed in the the *Details* section of the *Task Run Details* page.
====
You can use the Options menu {kebab} to stop a running pipeline, to rerun a pipeline using the same parameters and resources as that of the previous pipeline execution, or to delete a pipeline run.
* Click the *Parameters* tab to see the parameters defined in the pipeline. You can also add or edit additional parameters as required.
* Click the *Resources* tab to see the resources defined in the pipeline. You can also add or edit additional resources as required.
7 changes: 6 additions & 1 deletion modules/op-starting-pipelines.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,9 @@ To see Pipelines created using the *Pipeline Builder* in the *Topology* view, cu
.Pipelines on the Topology view
image::op_pipeline_topology.png[]
+
.. In the *Topology* page, hover to the left of the application to see the status of the Pipeline Run for the application.
.. In the *Topology* page, hover to the left of the application to see the status of the pipeline run for the application.
+
[NOTE]
====
The side panel of the application node in the *Topology* page displays a *Log Snippet* when a pipeline run fails on a specific task run. You can view the *Log Snippet* in the *Pipeline Runs* section, under the *Resources* tab. *Log Snippet* provides a general error message and a snippet of the log. A link to the *Logs* section provides quick access to the details about the failed run.
====