Skip to content

Commit 9020b2d

Browse files
authored
fix: Small fixed in pipeline not triggered docs (#5)
* fix: Small fixed in pipeline not triggered docs * chore: Remove sync on pr workflow
1 parent a94dd82 commit 9020b2d

File tree

2 files changed

+4
-274
lines changed

2 files changed

+4
-274
lines changed

.github/workflows/reverse-sync.yml

Lines changed: 0 additions & 270 deletions
This file was deleted.

docs/en/triggers/trouble_shooting/pipeline_not_triggered.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 10
77

88
## Problem Description
99

10-
After creating the `Pipeline` and `Trigger` using `Pipelines` functionality through the UI console, the `Pipeline` is not automatically triggered event though the event is sent (i.e the code is pushed).
10+
After creating the `Pipeline` and `Trigger` using `Pipelines` functionality through the UI console, the `Pipeline` is not automatically triggered even though the event is sent (i.e the code is pushed).
1111

1212
## Root Cause Analysis
1313

@@ -22,14 +22,14 @@ There are several possible causes for this issue:
2222

2323
Given the possible issues mentioned above, follow the steps to find the root cause of the problem:
2424

25-
### Webhook configuration was not setup correctly
25+
### Webhook configuration was not set up correctly
2626

2727
1. Access your repository/settings using an account with appropriate permissions.
2828
2. Check all webhook settings and confirm with the platform administrator details regarding the target address of the webhook.
29-
3. Make sure the required events are enabled by the webhook. For Gitlab events please refer to [GitLab Event Triggers](../how_to/gitlab_events.mdx)
29+
3. Make sure the required events are enabled by the webhook. For Gitlab events, please refer to [GitLab Event Triggers](../how_to/gitlab_events.mdx)
3030

3131

32-
### EventLister not deployed or setup incorrectly
32+
### EventListener not deployed or set up incorrectly
3333

3434
1. Verify with the Platform Administrator that the `EventListener` was deployed and can be reached from the event source (i.e Gitlab instance).
3535
2. Access the `EventListener` resource and check if it is listening `Triggers` in the target namespace checking the `EventListener` resource `spec`, it should have the `namespaceSelector` field set to `*` or listing the target namespace.

0 commit comments

Comments
 (0)