-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: git-plugin
-
Environment:Jenkins 2.53 git-plugin 3.2
Upgrading the git plugin to version 3.2 broke our pipeline build that depends on submodules.
The build complains about not being able to find merge points against old tags. Â This appears to be related to the PR for https://issues.jenkins-ci.org/browse/JENKINS-9713
https://github.com/jenkinsci/git-plugin/pull/340
Â
This appears to be the pertinent part of the logs
*14:05:51* > git tag -l # timeout=10
*14:05:52* > git rev-parse refs/tags/cookbook-site-imported-sudo-2.7.1^\{commit} # timeout=10
*14:05:52* > git rev-parse refs/tags/v0.2.0-posthackerati^\{commit} # timeout=10
*14:05:52* > git rev-parse refs/tags/v0.3.0-alpha^\{commit} # timeout=10
*14:05:52* > git rev-parse refs/tags/old-product-system^\{commit} # timeout=10
*14:05:52* > git rev-parse refs/tags/cookbook-site-imported-td-agent-1daa7273d4921986ecf4efc71340c101493df611^\{commit} # timeout=10
*14:05:52* > git rev-parse refs/tags/cookbook-site-imported-users-1.7.0^\{commit} # timeout=10
*14:05:52* > git rev-parse refs/tags/v0.2.9-prealpha-talis^\{commit} # timeout=10
*14:05:52* > git rev-parse refs/tags/demo-stable-preblink^\{commit} # timeout=10
*14:05:52* > git rev-parse refs/tags/v0.3.5-chef-from-scratch-works^\{commit} # timeout=10
*14:05:52* > git rev-parse refs/tags/stats-elasticsearch-being-replaced-by-redshift^\{commit} # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
hudson.plugins.git.GitException: Error computing merge base
at hudson.plugins.git.util.GitUtils.filterTipBranches(GitUtils.java:213)
at