-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major
-
Component/s: scm-api-plugin
-
None
-
git plugin 4.7.0 released 17 Mar 2021
This looks like the same type of code-path issue described in https://issues.jenkins-ci.org/browse/JENKINS-41996Â
Â
@Library('someGitLibrary') node { final scmVars = checkout(scm) // scmVars may have Git data from either the someGitLibrary or the scmVars }
Â
Looks like its caused by https://github.com/jenkinsci/git-plugin/blob/master/src/main/java/hudson/plugins/git/GitSCM.java#L1282-L1317Â
Â
- duplicates
-
JENKINS-53346 GitSCM checkout returns same values on second different call
-
- Closed
-
- is blocked by
-
JENKINS-52378 Revision state returned by Git SCM step is incorrect
-
- Closed
-