-
Bug
-
Resolution: Fixed
-
Critical
We have 62 thousands of tags in our git repo.
After upgrade of git plugin from 3.1.0 to 3.3.0 checkout of the repo with PreBuildMerge option takes about an hour.
14:54:44 > git rev-parse HEAD^{commit} # timeout=10 14:54:45 Seen branch in repository origin/10098_update_header_link_and_my_account_menu ... ... 14:54:45 Seen 1,592 remote branches 14:54:45 > git tag -l # timeout=10 14:54:46 > git rev-parse refs/tags/test01wxunit/20160617_094816^{commit} # timeout=10 ... ... 15:49:57 > git rev-parse refs/tags/b2bAATpipeline/tag/2015-03-06_12-08-07^{commit} # timeout=10 15:49:57 Checking out Revision ab591971099f42107cbd7915120ee1381a206047 (origin/hybris551aws)
It looks like the root cause of the issue is commit 31fedce9c41c9006c886835e03c9fe825d49aba6.
- is duplicated by
-
JENKINS-47169 SCM polling runs rev-parse for every tag
-
- Closed
-
splatteredbits and yehorov are you able to test the git client plugin and git plugin pull requests that I have created?
They are working as expected for me. I'd like someone directly impacted by the problem to confirm it is resolved in their case, in addition to my verification.