This plugin implements Checks API for GitLab.
- Configure project or group to use GitLab Branch Source plugin
- Install this plugin
- All steps from Checks API will now work.
| Jenkins Checks API feature | GitLab feature |
|---|---|
Name (ChecksDetails.getName()) |
Commit status name |
Details URL (ChecksDetails.getDetailsURL()) |
Target URL of commit status |
| Started/completed date | Started/finished date |
Output summary (ChecksDetails.getOutput().getSummary()) |
Commit status description |
Output title (ChecksDetails.getOutput().getTitle()) |
Commit status status |
Output text (ChecksDetails.getOutput().getText()) |
Skipped (no matching feature in GitLab commit status) |
Annotations (ChecksDetails.getOutput().getChecksAnnotations()) |
Not supported |
Images (ChecksDetails.getOutput().getChecksImages()) |
Not supported |
Report issues and enhancements in the GitHub issue tracker.
Refer to our contribution guidelines
Licensed under MIT, see LICENSE