You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i am currently using webhook version 2.8.2, centos 7, bitbucket. I have config hook.json like this:
[
{
"id": "webhook",
"execute-command": "/opt/scripts/./deploy.sh",
"command-working-directory": "/opt/scripts/",
"pass-arguments-to-command": [],
"response-message": "Triggered script for push on test-webhook main branch.",
"trigger-rule": {}
}
]
Trigger rule is blank so it should match all the condition, but i have this error when i commit to repository:
Jan 10 15:20:47 gitlab webhook[3437]: [webhook] 2025/01/10 15:20:47 [6ada3e] webhook got matched, but didn't get triggered because the trigger rules were not satisfied
Jan 10 15:20:47 gitlab webhook[3437]: [webhook] 2025/01/10 15:20:47 [6ada3e] 200 | 30 B | 176.201µs | 192.168.50.34:9000 | POST /hooks/webhook
Jan 10 15:26:22 gitlab webhook[3437]: [webhook] 2025/01/10 15:26:22 [4473fd] incoming HTTP POST request from 10.0.251.11:37522
Jan 10 15:26:22 gitlab webhook[3437]: [webhook] 2025/01/10 15:26:22 [4473fd] webhook got matched
Jan 10 15:26:22 gitlab webhook[3437]: [webhook] 2025/01/10 15:26:22 [4473fd] webhook got matched, but didn't get triggered because the trigger rules were not satisfied
Jan 10 15:26:22 gitlab webhook[3437]: [webhook] 2025/01/10 15:26:22 [4473fd] 200 | 30 B | 140.317µs | 192.168.50.34:9000 | POST /hooks/webhook
Jan 10 15:30:20 gitlab webhook[3437]: [webhook] 2025/01/10 15:30:20 [6ace84] incoming HTTP POST request from 10.0.251.11:37576
Jan 10 15:30:20 gitlab webhook[3437]: [webhook] 2025/01/10 15:30:20 [6ace84] webhook got matched
Jan 10 15:30:20 gitlab webhook[3437]: [webhook] 2025/01/10 15:30:20 [6ace84] webhook got matched, but didn't get triggered because the trigger rules were not satisfied
Jan 10 15:30:20 gitlab webhook[3437]: [webhook] 2025/01/10 15:30:20 [6ace84] 200 | 30 B | 126.311µs | 192.168.50.34:9000 | POST /hooks/webhook
Thanks for your help
The text was updated successfully, but these errors were encountered:
Hi, i am currently using webhook version 2.8.2, centos 7, bitbucket. I have config hook.json like this:
Trigger rule is blank so it should match all the condition, but i have this error when i commit to repository:
Thanks for your help
The text was updated successfully, but these errors were encountered: