-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major
-
Component/s: github-organization-folder-plugin
-
None
-
Environment:Cloudbees Jenkins Enterprise 2.19.3.1, GitHub Enterprise
- Adding an Organization Folder and scanning for repos that contain Jenkinsfiles created webhooks in Github Enterprise, but the webhook was created for "pull_request and repository" but not "push". What this means is that PRs are automatically built, and when a PR is merged, the base branch (master in our case) is built. But a push to master does not trigger a build.