[Solved] Webhook port number not working with firewall enabled

Hi All,

I useing the Webhooks to auto start builds in jenkins, but my server is running a firewall when the firewall is enabled it fails and i turn it off it works as normal.

what port is webhooks working on in gitea?

Regards

Webhooks will attempt to call whichever port your have set for the jekins webhook in your settings, likely they’ll attempt to connect to either port 443 (if you have HTTPS enabled on jenkins), or port 80 (if you only have http enabled on jenkins).

Thank you, I was able to fix the issue