-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Minor
-
Component/s: integrity-plugin
-
None
-
Environment:Jenkins 1.644, integrity-plugin 1.36, Cloudbees Folder plugin 5.1
Hi,
I faced following problem if I setup jobs with the same name but located in different folders (cloudbees folder plugin). Except one job, all the others failed in SCM polling (using integrity-plugin) with "Table xxxxx not found".
I tried the check the code and found that it looks like that the plugin uses Job.getName() instead of Job.getFullName() to store data. May be this the reason for the problem ?
As for jobs with same name in different folders getName() returns only the name (without folders) where getFullName() includes the folder information and makes them unique.
As I am fixed to old PTC version, a patch on 1.36 is welcome.
Regards, Bernd