This is why I'm looking for a way to associate a pipeline project to a specific github repo so that the webhook knows which project to execute when invoked from github.
I find it hard to believe you can't configure a webhook on a github repo to kick off a specific Jenkins job that isn't connected to the repo but I sure can't figure out how.
What is the purpose of the Github project field within the Jenkins job configuration if it doesn't create the necessary association for webhooks to invoke the job when changes are pushed to the specified github repo?
Cory