Hi, I have a git repository and want to use a matrix project to build about 30 different versions. How can I set this up so that jenkins does not need 30 different copies of the repository? One solution could be to create symlinks on the filesystem to point all versions to the same repository, and then run sequentially. But this is not so nice.
I found a useSameScmCheckout flag in the MatrixProject.java, but it seems there is no UI to set this flag. Is there another solution? Thanks, Uwe
