-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
jenkins 2.9, ghprb plugin 1.32.5
org.jenkinsci.plugins.ghprb.GhprbBuilds creates a GhprbCause, but unfortunately assigns the PR.isMergeable property to GhprbCause.merged (see line 58), which in turn causes other "wrong decisions" later (e.g. wrong sha1 env variable - see GhprbTrigger.java line 359).