I'm trying to setup Jenkins and Github such that Jenkins will build my project when something is pushed to Github. However, I can't seem to get the webhooks to work. I set the webhook on github to : http://localhost:8080/github-webhook/. I'm running the jenkins server on my laptop, therefore I am using 'localhost'. There might also be an error with this url, as github does say: 'Invalid host'?
I've tried to find some good guides, but none seem to be updated nor mention how to set it up locally. So any help would really be appreciated!

