We own a Github organization with hundreds repositories that are authored by contributors. We would like to setup a Jenkins server that performs certain standard tasks for e
The standard approach would be to create a new multibranch pipeline which scans your organization for new repositories. Every repository should have a jenkinsfile
with the instructions to build. But in general it is also possible to achieve what you are trying on a programmatical way.
What my approach would be:
I would use the Folders Plugin to create a folder for this type of jobs.
If that is what you are really trying to do I could elaborate further.