I want to create one Jenkins job that is connected/listening to multiple Github repository, with a web-hook to trigger the job by opening a pull request in one of the repos using the "pull request builder" plugins.
I saw an option in Jenkins to select Github Organization type job, but it requires a jenkinsfile in each repo which defeats the purpose.
someone suggested that i create a job for each repo and then to trigger a generic job with the repo name as parameters, but if i have 20 repositories i don't want to make 20 jobs.
Does anyone know of a way to do this?