Skip to content

Commit 0fd0986

Browse files
authored
Merge pull request #42868 from HarshCasper/RHDEVDOCS-3623
RHDEVDOCS-3623: Update Pipeline section in add flow and pipeline docs
2 parents bd7127a + 022d911 commit 0fd0986

4 files changed

+12
-5
lines changed

cicd/pipelines/working-with-pipelines-using-the-developer-perspective.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ include::_attributes/common-attributes.adoc[]
77

88
toc::[]
99

10+
[role="_abstract"]
1011
You can use the *Developer* perspective of the {product-title} web console to create CI/CD pipelines for your software delivery process.
1112

12-
1313
In the *Developer* perspective:
1414

1515
* Use the *Add* -> *Pipeline* -> *Pipeline Builder* option to create customized pipelines for your application.
@@ -28,9 +28,13 @@ After you create the pipelines for your application, you can view and visually i
2828

2929
include::modules/op-constructing-pipelines-using-pipeline-builder.adoc[leveloffset=+1]
3030

31-
== Creating applications with OpenShift Pipelines
31+
== Creating OpenShift Pipelines along with applications
32+
33+
To create pipelines along with applications, use the *From Git* option in the *Add+* view of the *Developer* perspective. You can view all of your available pipelines and select the pipelines you want to use to create applications while importing your code or deploying an image.
34+
35+
The Tekton Hub Integration is enabled by default and you can see tasks from the Tekton Hub that are supported by your cluster. Administrators can opt out of the Tekton Hub Integration and the Tekton Hub tasks will no longer be displayed. You can also check whether a webhook URL exists for a generated pipeline. Default webhooks are added for the pipelines that are created using the *+Add* flow and the URL is visible in the side panel of the selected resources in the Topology view.
3236

33-
To create pipelines along with applications, use the *From Git* option in the *Add* view of the *Developer* perspective. For more information, see xref:../../applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc#odc-importing-codebase-from-git-to-create-application_odc-creating-applications-using-developer-perspective[Creating applications using the Developer perspective].
37+
For more information, see xref:../../applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc#odc-importing-codebase-from-git-to-create-application_odc-creating-applications-using-developer-perspective[Creating applications using the Developer perspective].
3438

3539
include::modules/op-interacting-with-pipelines-using-the-developer-perspective.adoc[leveloffset=+1]
3640

modules/odc-importing-codebase-from-git-to-create-application.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="odc-importing-codebase-from-git-to-create-application_{context}"]
77
= Importing a codebase from Git to create an application
88

9+
[role="_abstract"]
910
You can use the *Developer* perspective to create, build, and deploy an application on {product-title} using an existing codebase in GitHub.
1011

1112
The following procedure walks you through the *From Git* option in the *Developer* perspective to create an application.
@@ -50,7 +51,7 @@ The resource name must be unique in a namespace. Modify the resource name if you
5051
The *Serverless Deployment* option is displayed in the *Import from git* form only if the {ServerlessOperatorName} is installed in your cluster. For further details, refer to the {ServerlessProductName} documentation.
5152
====
5253
53-
. In the *Pipelines* section, select *Add Pipeline*, and then click *Show Pipeline Visualization* to see the pipeline for the application.
54+
. In the *Pipelines* section, select *Add Pipeline*, and then click *Show Pipeline Visualization* to see the pipeline for the application. A default pipeline is selected, but you can choose the pipeline you want from the list of available pipelines for the application.
5455

5556
. Optional: In the *Advanced Options* section, the *Target port* and the *Create a route to the application* is selected by default so that you can access your application using a publicly available URL.
5657
+

modules/op-constructing-pipelines-using-pipeline-builder.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="op-constructing-pipelines-using-pipeline-builder_{context}"]
77
= Constructing Pipelines using the Pipeline Builder
88

9+
[role="_abstract"]
910
In the *Developer* perspective of the console, you can use the *+Add* -> *Pipeline* -> *Pipeline builder* option to:
1011

1112
* Configure pipelines using either the *Pipeline builder* or the *YAML view*.

modules/op-interacting-with-pipelines-using-the-developer-perspective.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="op-interacting-with-pipelines-using-the-developer-perspective_{context}"]
77
= Interacting with pipelines using the Developer perspective
88

9+
[role="_abstract"]
910
The *Pipelines* view in the *Developer* perspective lists all the pipelines in a project, along with the following details:
1011

1112
* The namespace in which the pipeline was created
@@ -37,7 +38,7 @@ You can use this information to improve the pipeline workflow and eliminate issu
3738
+
3839
The *Pipeline Runs* tab provides details about the pipeline run, the status of the task, and a link to debug failed pipeline runs. 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.
3940
+
40-
* Click the required pipeline run to see the *Pipeline Run details* page. By default, the *Details* tab displays a visual representation of all the serial tasks, parallel tasks, `finally` tasks, and when expressions in the pipeline run. The results for successful runs are displayed under the *Pipeline Run results* pane at the bottom of the page.
41+
* Click the required pipeline run to see the *Pipeline Run details* page. By default, the *Details* tab displays a visual representation of all the serial tasks, parallel tasks, `finally` tasks, and when expressions in the pipeline run. The results for successful runs are displayed under the *Pipeline Run results* pane at the bottom of the page. Additionally, you would only be able to see tasks from Tekton Hub which are supported by the cluster. While looking at a task, you can click the link beside it to jump to the task documentation.
4142
+
4243
[NOTE]
4344
====

0 commit comments

Comments
 (0)