Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Incomplete
-
Jenkins 1.623 from deb (Ubuntu Server 15.04)
Github plugin 1.12.0
Description
When setting up a Project with "Build when a change is pushed to GitHub" enabled, the webhook handler use the source code repository url to match the github project is applies on and ignore the dedicated field "Github project" (I.E. projectUrl).
I think this is not a wanted behavior as this field seems to be dedicated to this purpose.
Additionally this prevent from creating jobs that does not checkout the repository but are still triggered by the github webhook
Nothing wrong It works how designed by author.
Github project is used for linking and by some gh related plugins.
We plan implement more generic GH triggers that shouldn't depend on SCM, adding hacks right now is bad idea.