I'm using Jenkins multi-branch pipelines and SVN.
In the Blue Ocean view, a Commit version is shown. This version is always the highest revision number of the repository as a whole. I want it (or another field) to show the last changed version instead, either on the 'Activity' or 'Branches' page for the pipeline.
e.g, I commit revision 10500 to branch A. I commit revision 10501 to branch B. I trigger another build on branch A for whatever reason. The 'commit' version shows in the UI as 10501, whilst the last changed revision is still 10500, which is what I want to show. Is there any way to do this?