GitHub Checks API for Jenkins Plugins
- Mentors
- Tim Jacomb, Ulli Hafner
- Organization
- Jenkins project
The GitHub Checks API allows developers to report the CI integrations’ detail information rather than binary pass/fail build status on GitHub pages. This project is about implementing this API as a new Jenkins plugin for other plugins. By consuming this API, they can easily create GitHub checks. Thus, any information during the Jenkins CI process like warnings, durations, summaries, and conclusions can be directly shown on GitHub pages.