Details
-
New Feature
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
None
Description
It would be nice if the changelog could optionally be grouped by jenkins job build numbers. Not everyone tags every build. So one could use the build number as some kind of "implicit tag" to group those commits that were added for a build.
What about to set "from commit" to last successful build (it is $GIT_PREVIOUS_SUCCESSFUL_COMMIT, see environment variables here: https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin#GitPlugin-AdvancedFeaturesorigin%2Fmaster) and till just current commit (it is $GIT_COMMIT variable). It would always give you git changelog from last successful build till current build.