-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: integrity-plugin
-
None
-
Environment:Operating System: Windows 7 64 bit
Jenkins: 1.609.3
Java: 1.7.0_15
PTC Integrity Plugin version 1.34
Hello everyone,
I noticed that after dropping a member from MKS, the next build will check-out the remaining members (as expected) but in the "Successfully checked out" output the number of all members is listed.
So for example if I have initially 10 members, and then drop one and then build: 9 members will be check out (that is correct) but and I got the output:
"Successfully checked out 10 files!"
That means that the dropped member is still in the projectMembersList List.
Is there a way to correct this ? or to get access to the members which will be really check-out in the curent build (in the class IntegritySCM).
I am trying to generate a report containing the checked-out members.
Thank you in advance.