-
Bug
-
Resolution: Duplicate
-
Major
-
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