Details
-
New Feature
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
Description
Attachments
Issue Links
- is related to
-
JENKINS-41074 UX Issue with Polling in Multibranch Pipeline
-
- Open
-
-
JENKINS-41146 SCM Trigger configuration being overwritten by SYSTEM user in Pipeline
-
- Resolved
-
- relates to
-
JENKINS-55949 Arrange RSS (or something like it) as a transport for GitHub webhooks
-
- Open
-
-
JENKINS-40722 Poll SCM results in a Pipeline run every interval (unnecessarily)
-
- Resolved
-
-
JENKINS-55993 Arrange GitHub email notifications support as an alternative transport for webhooks
-
- Open
-
Linking to JENKINS-55949 as they seem to address a similar use-case. They are not duplicates, especially since the 55949 also touches on making a more generic solution than just one with GitHub, and it asks for persistent connection with server-side notifications coming in ASAP, while the Events API has to be polled regularly (though cheaply with regard to quota usage, if used with used with the ETag header and "304 Not Modified" response support).