Hi,
you mean the Jenkins Links / Permalinks correct ?
http://javadoc.jenkins-ci.org/hudson/model/PermalinkProjectAction.Permalink.html
I dont think, that Jenkins does a string Matching. Jenkins has its own
Methods to get
these information.
For example you can use:
item = hudson.model.Hudson.instance.getItem("job_name")
build = item.getLastBuild()
So i guess its working with a List and without any matching tests, there
shouldnt be
lost datas.
But if im wrong, im happy for any further information.
Clem