-
Bug
-
Resolution: Won't Fix
-
Minor
-
Jenkins 2.235.5 on GKE
When using the git plugin in a 'freestyle job' it is possible to add multiple git repos. There seems to be no sane way to use it because:
- it seems only the last repo gets checked out
- any post actions apply to all repos, or the one that is checked out
This is a problem because the Multiple SCM plugin is deprecated and I don't want to use the pipeline style job because it can't be easily used to pull from git repos with self signed certs.
In short, it epically sucks that it seems impossible to just use 2 repos in one build job.
It would be great if the plugin can be fixed for example by just having the advanced options apply to the specific repo, because when a sub directory can be picked per repo, I suppose everyone can combine repos in the biggest use case I think that has.