Skip to content

Commit

Permalink
Update add-pipeline.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshasiddiqa161 authored Jun 21, 2023
1 parent d4d32b1 commit 323e5fb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,23 +288,23 @@ stakater-tekton-chart:

Login to ArgoCD to see your pipeline and all the resources related to it.

![ArgoCD-pipeline-app.png](../images/ArgoCD-pipeline-app.png)
![`ArgoCD-pipeline-app`](../images/ArgoCD-pipeline-app.png)

Let's see our pipeline definition in the SAAP console now.

## 5. Pipeline creation on the console

Select the `<TENANT_NAME>-build` namespace in the console. Now in the `Pipelines` section, click `pipelines`. You should be able to see the pipeline that you just created using the chart.

![pipeline-basic.png](../images/pipeline-basic.png)
![`pipeline-basic`](../images/pipeline-basic.png)

With our pipeline definitions synchronized to the cluster, we can now add the webhook to the GitHub `nordmart-review-ui` project.

## 6. Extract the URL for the webhook

Grab the URL we're going to invoke to trigger the pipeline by checking the event listener route in the `<TENANT_NAME>-build` project

![add-route.png](../images/add-route.png)
![`add-route`](../images/add-route.png)

1. Once you have the URL, over on GitHub go to the application repo > `Settings` > `Webhook` to add the webhook:

Expand Down

0 comments on commit 323e5fb

Please sign in to comment.