jenkinsci / jenkinsci/gitlab-plugin
GitLab Commit Comment
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 615
- Avg merge
- 4h 32m
- Merged PRs (30d)
- 10
Description
Hello,
I'm curious what the current stance is on adding a function that would add a comment to a commit.
Currently I'm using this plugin to provide ephemeral CI results on Merge Requests to provide our Merge Acceptors with faster/better feedback. I'd also like to integrate this with my pipeline that stores permanent CI results. This pipeline is run on each of our releasable branches on every push so that we can see how the code quality is trending over time.
Part of this is providing a snapshot result comment on the latest commit. Currently I'm doing this with Curl Post requests directly to the API and using the GitLabAfter environment variable, but it would be cleaner if this was a built-in function.
Contributor guide
Assessment
This issue has not been assessed yet.