Details
-
Bug
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
Description
Using Jenkins 2.6
Upgrading to 1.32.2 called my pull requests to identify the wrong base branch, as a result PRs started being built against a very old commit SHA.
Downgrading to 1.31.4 fixed the issue.
+1 - Running into the same issue. Jenkins is checking out an older commit. For us, the correct commit hash does show on the build page
But then if you look at the console output you see jenkins checking out an old commit. I've tried using both ${ghprbActualCommit} and ${sha1} as the branch identifier.