-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major
-
Component/s: ghprb-plugin
-
None
Looks like Github Project URL is case sensitive. This can be problematic when mixed case org/repos names are used and builds never trigger.
Currently the code expects exact match. See here:
https://github.com/jenkinsci/ghprb-plugin/blob/master/src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java#L106