Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: git-plugin
-
Labels:
-
Similar Issues:
Description
The implementation of JENKINS-27902 was incompatible for GitStatus.Listener implementations, and did not even update one of the two implementations inside the Git plugin. The result is that in 2.4.0 and later, webhook notifications are not delivered to multibranch projects.
Attachments
Issue Links
- is blocking
-
JENKINS-27902 Allow to pass additional request parameter for notifyCommit
-
- Closed
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is blocking |
Status | Open [ 1 ] | In Progress [ 3 ] |
Remote Link | This issue links to "workflow PR 262 (integration test) (Web Link)" [ 13575 ] |
Remote Link | This issue links to "PR 371 (Web Link)" [ 13576 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Workflow | JNJira [ 167351 ] | JNJira + In-Review [ 198166 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Code changed in jenkins
User: Jesse Glick
Path:
multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinderTest.java
http://jenkins-ci.org/commit/workflow-plugin/1fd0023a0cfb1f0d0aa0dd069371e58ae24d208d
Log:
JENKINS-31884Integration test for Git webhooks in multibranch projects.