jenkinsci / jenkinsci/git-plugin

[JENKINS-27460] Single-commit changelog mode

Open
#2,625 0 comments 0 reactions 0 assignees View on GitHub
component:git-plugin enhancement imported-jira-issue priority:minor resolution:unresolved
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


  • status: Open
  • priority: Minor
  • component(s): git-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 2025-12-02

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.