Skip to content

Commit 0b820c1

Browse files
authored
Merge pull request #5 from redhat-gpte-devopsautomation/main
Update 15-troubleshooting.adoc
2 parents f4c8a81 + 373567e commit 0b820c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/modules/ROOT/pages/15-troubleshooting.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ When ordering this demo from demo.redhat.com, you cluster will be woken up from
66

77
==== Webhook not triggering pipeline run
88

9-
You will notice that any source code changes, tagging and releasing will not trigger a pipeline. To confirm this issue, navigate to your software components *xxx-dev* project and go to *Workloads -> Pods* then locate the *event listener* pod with the name *el-<component>-el\**. If you select the *Logs* tab, you should notice a certificate error while communicating *tekton-trigger-core-interceptors* service. To fix this issue, switch the project to *openshift-pipelines* and go to *Workloads - Pods*. Find the pod *tekton-triggers-core-interceptors-** and delete it. This action should recreat the pod and should resolve this issue. Attempt to trigger the pipeline again.
9+
You will notice that any source code changes, tagging and releasing will not trigger a pipeline. To confirm this issue, navigate to your software components *xxx-dev* project and go to *Workloads -> Pods* then locate the *event listener* pod with the name *el-<component>-el\**. If you select the *Logs* tab, you should notice a certificate error while communicating *tekton-trigger-core-interceptors* service. To fix this issue, switch the project to *openshift-pipelines* and go to *Workloads -> Pods*. Find the pod *tekton-triggers-core-interceptors-** and delete it. This action should recreate the pod and should resolve this issue. Attempt to trigger the pipeline again.
1010

1111
[Important]
1212
====
1313
If there are no logs in the event listener indicating a certificate issue, this may be caused by a timing issue i.e. you may have triggered your pipeline before the webhook was successfully created. To ensure that the webhook was created, open your software component on Developer Hub and ensure you are on the *Overview* tab. On the bottom right, under *Deployment Summary* confirm that the ArgoCD App *<component-name>-dev-build* has a *Sync status* of *Synced* and *Health status* of *Healthy* before triggering your pipeline.
14-
====
14+
====

0 commit comments

Comments
 (0)