-
Bug
-
Resolution: Fixed
-
Minor
-
None
If job is created by posting config.xml, even "build when a change is pushed on github" is checked in config, no hook is registered on github.
If job is created by posting config.xml, even "build when a change is pushed on github" is checked in config, no hook is registered on github.
PushTrigger.start only set the hook for newInstance=true, but for jobs created from posting config.xml item.onLoad() is used, so newInstance=false
This may require a fix in jenkins core ?