-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins-2.121.3
cloudbees-folder-6.4
plugin-usage-plugin-0.4
Plugin usage only reports last job where job has duplicate names
This is a problem if you have two jobs with same name in different folders.
Steps to recreate:
Add plugins, Create 2 folders (admin/Sandbox/Job1, admin/Verify/Job1)
Inside each folder, create a job "Job1", with a plugin.
Check Plugin Usage.
Only see: Job1 http://${JENKISN_URL}/job/admin/job/Verify/job/Job1
Delete the one reported found job, Check Plugin Usage.
Only see: Only see: Job1 http://${JENKISN_URL}/job/admin/job/Sandbox/job/Job1
Note: Not convinced Jenkins should allow multiple jobs w/ same name (ie: what happens when you move to same location), but it does, so plugin should handle properly.
1) Report fullName (ie w/folder path)
2) Report all jobs as a result with a correct Job count.
- is related to
-
JENKINS-53268 Usage plugin should show folder paths
- Closed