Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/github-scm-trait-notification-context-plugin
Define custom context labels for GitHub build status notifications
https://github.com/jenkinsci/github-scm-trait-notification-context-plugin
github jenkins scm
Last synced: 4 months ago
JSON representation
Define custom context labels for GitHub build status notifications
- Host: GitHub
- URL: https://github.com/jenkinsci/github-scm-trait-notification-context-plugin
- Owner: jenkinsci
- Created: 2018-01-05T20:31:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T09:47:30.000Z (6 months ago)
- Last Synced: 2024-09-30T08:12:07.786Z (4 months ago)
- Topics: github, jenkins, scm
- Language: Java
- Homepage: https://plugins.jenkins.io/github-scm-trait-notification-context/
- Size: 46.9 KB
- Stars: 19
- Watchers: 7
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GitHub Custom Notification Context SCM Behaviour Jenkins plugin
This plugin allows defining custom context labels for GitHub build status notifications. This was implemented by GitHub Branch Source trait.
## How to use this plugin
After installing, go to the job configuration. Under "Branch sources" -> "GitHub" -> "Behaviors", click "Add" and select "Custom GitHub Notification Context" from the dropdown menu. Then you can type your custom context name into the "Label" field.
## Development of this plugin
See the [Jenkins Plugin Tutorial](https://www.jenkins.io/doc/developer/tutorial/) for information on development environment setup and testing of plugins.