Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Cannot Reproduce
-
Component/s: github-branch-source-plugin
-
Labels:
-
Environment:Jenkins ver. 2.73.1
GitHub plugin 1.28.1
GitHub Branch Source Plugin 2.3.1
-
Similar Issues:
-
Sprint:Pipeline - December
Description
I am observing the following behavior:
1.- Fresh installation, installing latest version of Pipeline, GitHub plugin and GitHub Branch Source Plugin
2.- Manage Jenkins > Configuring GitHub plugin: Credentials of an Owner of a Organization which hosts a Repo X
3.- New Pipeline Multibranch Item pointing to Repo X, after saving the job the webhook in GitHub is not automatically generated (vs. GitHub Organization Folder item which is done)
4.- Manage Jenkins > GitHub plugin > Advanced > Re-register hooks for all jobs > webhook in GitHub is finally generated
What I am reporting: I'd expect the webhook in GitHub is automatically generated right after the saving the Pipeline Multibranch Branch but it does not it until I click on Re-register hooks for all jobs (GitHub plugin)
Attachments
Issue Links
- is duplicated by
-
JENKINS-46366 REGRESSION: Github branch source does not consistently set up webhook
-
- Resolved
-
- links to
- mentioned in
-
Page Loading...
I'm experiencing exactly same issue. I'm adding jobs via Blueocean UI which creates "Pipeline Multibranch" jobs. And I don't see webhooks configured, even after initial manual build.
Once I go to "Manage Jenkins > Configure System > GitHub plugin > Advanced > Re-register hooks for all jobs" Webhooks get created.
How this can be solved? What I'm doing wrong?