I have setup a github webhook and also setup logs on the github plugin in jenkins. Jenkins seems to receive correct payload on the webhook. However the log says that github webhook considered poking my job and then after that it skips because it didn't find a matching repository
I am on jenkins 2.1 and recently migrated to 2.5
Received POST for https://github.com/<org_name>/<repo_name>
May 20, 2016 3:17:49 PM FINE org.jenkinsci.plugins.github.webhook.subscriber.DefaultPushGHEventSubscriber$1 run
Considering to poke echo_pipeline
May 20, 2016 3:17:49 PM FINE org.jenkinsci.plugins.github.webhook.subscriber.DefaultPushGHEventSubscriber$1 run
Skipped echo_pipeline because it doesn't have a matching repository.
I have added this repository in the configuration of the job for pipeline and I am also cloning this repository in the pipeline. Where else do I need to configure repository so that the webhook considers this and doesn't skip it