When a Jenkins jobe builds it comes with a changes page located at https://jenkins.server/jenkins/job/job-name/changes
.
I know the purpose is to display SCM / git changes but what exactly is it?
Is it a plugin, or part of a plugin? Does it have an 'official' name? Is there documentation for it?
I've seen it called multiple names:
- /changes page
- SCM changes page
- Jenkins changes link
- git changelog
Googling any of these terms get me no information about what it is or how it works. I've also checked the plugins I have installed on my Jenkins server and there's none that even mention a change log; the ones I have seen on the cloudbees website are not installed on Jenkins either.
I'm currently trying to debug why there are differences in behavior for it between freestyle and multi-branch pipeline jobs and am failing at finding any relevant information/documentation.
Any help or guidance would be greatly appreciated!