I have seen a few answers in Stack overflow for this but those are quite generic. I’m a beginner and have no idea about it.
My team wants to implement a single Jenkins pipeline for all the repositories in a GitHub organisation. This is because we keep seeing a new repository being added frequently. All the repositories use develop branch for build as a standard. These are mule applications and use maven for build, individual repo build requirements may vary but we would still use one pipeline for all repos.
I can’t see GitHub organisation option while creating Jenkins job as well.