Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github Webhook on Local Jenkins Server

I would like to know is it possible to set a Github Webhook on Local Jenkins Server? Is there any Jenkins plugin to solve this kind of problem? Thanks.

like image 259
fauzanrazandi Avatar asked Jan 29 '23 20:01

fauzanrazandi


1 Answers

Yes, it is possible, however you'll need to connect your local Jenkins server to the internet, using a tool like ngrok.

like image 129
teakvinyl Avatar answered Feb 07 '23 09:02

teakvinyl