Skip to content

Commit

Permalink
Merge pull request #101 from stakater/pipeline-ss
Browse files Browse the repository at this point in the history
More screenshots added
  • Loading branch information
mustafaStakater authored Jun 21, 2023
2 parents 9ce48ed + 323e5fb commit 4e76561
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,21 +284,27 @@ stakater-tekton-chart:

> Note: The reference to the trigger binding will need to be added in; (pipeline-charts.eventListener.trigger.bindings.ref).

## 4. ArgoCD Application for Pipeline and its Resources

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

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

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

## 4. Pipeline creation on the console
## 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.
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.

## 5. Extract the URL for the webhook
## 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
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 All @@ -310,7 +316,7 @@ With our pipeline definitions synchronized to the cluster, we can now add the we

With all these components in place - now it's time to trigger the pipeline via webhook by checking in some code for Nordmart review `ui`.

## 6. Run the pipeline
## 7. Run the pipeline

Let's make a simple change to `stakater-nordmart-review-ui`.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/for-delivery-engineers/tutorials/images/add-route.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e76561

Please sign in to comment.