Hello, I am creating a multibranch pipeline and currently every time I build a branch with Jenkins it clones the entire repo, appending my branch name to the end of it. This results in me having 10 different cloned repos for 10 branches. Is there a way to tell Jenkins to just use the locally cloned repo on the build agent and fetch the correct branch?
My repo is huge so this checkout scm step takes forever.