Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
It just shows random numbers for the changeset ids.
This sounds like the same type of problem as JENKINS-7154, except I'm not using git. I'm using muti-scms with mercurial, so I'm not sure where the problem lies.
Attachments
Issue Links
- is duplicated by
-
JENKINS-11494 "Changes" for maven modules show unexpected numbers
-
- Resolved
-
- is related to
-
JENKINS-7154 wacky numbering for changes included in a build
-
- Closed
-
JENKINS-7154worked around this problem by adding a custom GitSCM/project-changes.jelly, but that just begs the question of why the default page has code which does nothing for an SCM which does not happen to provide a method named getRevision, and does something clearly wrong for an SCM which does.