-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Related to: https://issues.jenkins-ci.org/browse/JENKINS-57014
GitHub Conversation: https://github.com/jenkinsci/github-branch-source-plugin/pull/216
When GitHub publishes an event for a Deployment, the revision in the event payload is the same as the revision in the push event payload. Thus, the below line of code will not execute a pipeline upon receiving the deployment webhook. We would like the ability to optionally toggle on/off handling SCMEvents in an idempotent manner.
- blocks
-
JENKINS-57014 Enable deployment web hooks
- In Progress