jenkinsci / jenkinsci/git-plugin
[JENKINS-27460] Single-commit changelog mode
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
When viewing a build, the Git plugin creates a changelog to display under the "changes" heading, roughly comprising a numeric list of git commit messages between the last repo pull and the current pull.
It is possible to override this with the "Calculate changelog against a specific branch" additional behaviour.
However, this is too complex for the scenario I need (I've got a per-commit builder, which splits commits which were bundled together by polling/github pushes into individual commitids) - I just want this to show the single commit log message for the current commit.
---
Originally reported by
directhex, imported from: Single-commit changelog mode
Raw content of original issue
When viewing a build, the Git plugin creates a changelog to display under the "changes" heading, roughly comprising a numeric list of git commit messages between the last repo pull and the current pull.
It is possible to override this with the "Calculate changelog against a specific branch" additional behaviour.
However, this is too complex for the scenario I need (I've got a per-commit builder, which splits commits which were bundled together by polling/github pushes into individual commitids) - I just want this to show the single commit log message for the current commit.
Contributor guide
Assessment
This issue has not been assessed yet.