Continuing on my question here: Jenkins pass or fail build on external executable
My build process now builds from source using MS Build, and executes a custom progr
i have created a simple jenkins plugin to do that ...
https://github.com/rmalchow/changelog-appender
this takes creates a list of changesets from all builds since the last successful one, and writes those into a file, with a headline containing the version or build number and the date.
UPDATE:
this was for an old version of jenkins, and it hadn't been updated in a long time (we switched to gitlab-ci), so i took down that repo.