I have one standard Jenkins job that needs to be triggered for any pull request/commit made to any of the x repository I've added to the multiple SCM plugins in the configuration.
Is there any way to have a hook on all the repos so that on a pull request to any of the repos the job builds the specific repo where the pull request was made?
This would be helpful as I would not need 1 job per repo when I can have one job for all the repos.