无论我使用什么选项到Jenkins git插件,它总是拉下所有分支:
git fetch --no-tags --progress ssh://git@bitbucket.company.com:7999/project/repo.git +refs/heads/*:refs/remotes/origin/* --depth=5
而不是refs/heads/*:refs/remotes/origin/*
我期待它只做:+refs/heads/master:refs/remotes/origin/master
。配置按照屏幕截图进行。