-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Jenkins:2.121.1
global-build-stats-plugin:1.5
After clicking on a chart details and then in the Search Results, none of the links to the job, Build # (log) or the date (again to the build log) are constructed correctly when jobs are inside folders.
The links are constructed as:
JOB: ${JENKINS_URL}/job/topFolder/subFolder/jobName/
BUILD: ${JENKINS_URL}/job/topFolder/subFolder/jobName/1234
The correct construction should be;
JOB: ${JENKINS_URL}/job/topFolder/job/subFolder/job/jobName/
BUILD: ${JENKINS_URL}/job/topFolder/job/subFolder/job/jobName/1234
Must manually adjust url after the fact.
Should display .getFullName() but use .getUrl() in url construction.
- is duplicated by
-
JENKINS-70573 URL in Global-build-stats is broken when job is in a folder
-
- Closed
-
- links to
Global build stats is very useful especially having lots of views and folders. Can someone fix this please. We really need this to work as we have multiple views and lots of folders.
Can someone suggest any other plugin similar to this if no one is fixing it.