We have 450 git repositories from single git server and we would like to clone them once and pull them (next time onward) in Jenkins for build purpose.
Configuring through Multiple-SCM Jenkins plugin is manual process, as each repository URL we need to input in that.
Therefore is there any other plugin available to put all my 450 repositories in one place (Or) any Command/script available for the same?
Kindly advise.