-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
OS: Ubuntu 14.04
Jenkins: docker container (jenkins:2.32.2)
Plugin version: 2.0.1
The following is the reproducing steps.
1. Create a GitHub organization folder
2. Delete the folder
3. Delete the org's webhook on GitHub
4. Create the GitHub organization folder again
-> Webhook is not registered on GitHub
It is because the existence of webhook is managed on Jenkins master as a file.
But I think it is not good idea. It seems that the existence of webhook can be checked by looking at urls of org's webhook.
- is blocked by
-
JENKINS-37845 GitHub plugin build-on-push for Pipeline job is hard/unpredictable to work with
- Resolved