Both my Jenkins and Gogs are running on separate jails and everything is happy.
However, I just cannot get my webhook setup in Gogs to work, and Gogs never receives a response from Jenkins? Jenkins log has nothing too.
Is there a whitelist in Jenkins somewhere that requires Gogs IP address?
Thats the gogs plugin saying it doesnât handle events that are not push. So seems like jenkins is allowing the request though. You could use something like requestbin to save the request and then replay it via curl to see whats going on.
You can also increase jenkins logging in the manage section - Viewing logs - though youâd have to find the full class or package name of what you want to log (I think you can do * though)