jenkinsci / jenkinsci/github-branch-source-plugin
[JENKINS-57014] Enable deployment web hooks
- Dominant language
- Java
- Stars
- 217
- Forks
- 398
- Avg merge
- 30m
- Merged PRs (30d)
- 1
Description
We currently use the existing GH Events for our CI pipeline to compile and provide feedback on our codebase changes. We would like to extend the functionality to trigger a pipeline based upon the creation of a deployment within GitHub (docs). Deployments are how we signify that we would like to release a branch/sha/tag to production.
Unlike adding a specific comment, using a specific tag or creating a PR; deployments give us an audit trail of what was pushed and when alongside the code that was pushed.
---
Originally reported by philmadden, imported from: Enable deployment web hooks
Raw content of original issue
We currently use the existing GH Events for our CI pipeline to compile and provide feedback on our codebase changes. We would like to extend the functionality to trigger a pipeline based upon the creation of a deployment within GitHub (docs). Deployments are how we signify that we would like to release a branch/sha/tag to production.
Unlike adding a specific comment, using a specific tag or creating a PR; deployments give us an audit trail of what was pushed and when alongside the code that was pushed.
Contributor guide
Assessment
This issue has not been assessed yet.