[JIRA] [integrity-plugin] (JENKINS-30966) Integrity Plugin - Dropped members issue

2015-10-21 Thread cletusdso...@hotmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Cletus D'Souza commented on  JENKINS-30966 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Integrity Plugin - Dropped members issue  
 
 
 
 
 
 
 
 
 
 
I wouldn't endorse this approach as it's not an API and could interfere with the plugin's normal operation. Furthermore, any access to IntegritySCM or other classes could change in future releases without warning. Now that I've provided you with appropriate disclaimers, you could access the members that will be checked out by calling the DerbyUtils viewProject function: 

 

ListObject>> projectMembersList = DerbyUtils.viewProject(projectCacheTable);
 

 
NOTE: To avoid interference with the plugin, you should make this request after the build/checkout is complete 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [integrity-plugin] (JENKINS-30966) Integrity Plugin - Dropped members issue

2015-10-20 Thread chahine.a...@invensity.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Leon Leon commented on  JENKINS-30966 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Integrity Plugin - Dropped members issue  
 
 
 
 
 
 
 
 
 
 
Thank you very much for you support. 
I still need help with the first question: Is there a way to check which members will be really check-out in the curent build (in the class IntegritySCM or in another java class) ? We need that information because we are generating a report containing these information. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [integrity-plugin] (JENKINS-30966) Integrity Plugin - Dropped members issue

2015-10-20 Thread cletusdso...@hotmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Cletus D'Souza resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Fixed and released in 1.35 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-30966 
 
 
 
  Integrity Plugin - Dropped members issue  
 
 
 
 
 
 
 
 
 

Change By:
 
 Cletus D'Souza 
 
 
 

Status:
 
 Reopened Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [integrity-plugin] (JENKINS-30966) Integrity Plugin - Dropped members issue

2015-10-20 Thread cletusdso...@hotmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Cletus D'Souza commented on  JENKINS-30966 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Integrity Plugin - Dropped members issue  
 
 
 
 
 
 
 
 
 
 
Grab the change log that is reported to the build and filter for actions 'add' or 'update'. Look at main\resources\hudson\scm\IntegrityChangeLogSet\index.jelly as an example. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [integrity-plugin] (JENKINS-30966) Integrity Plugin - Dropped members issue

2015-10-19 Thread chahine.a...@invensity.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Leon Leon commented on  JENKINS-30966 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Integrity Plugin - Dropped members issue  
 
 
 
 
 
 
 
 
 
 
Yes, it is needed in the change log report which contains dropped members.  But is there a way to access a list containing just the members which will be checked-out ? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [integrity-plugin] (JENKINS-30966) Integrity Plugin - Dropped members issue

2015-10-19 Thread cletusdso...@hotmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Cletus D'Souza commented on  JENKINS-30966 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Integrity Plugin - Dropped members issue  
 
 
 
 
 
 
 
 
 
 
This issue is now resolved and will be available in the next (1.35) release. The reason projectMemberList still contains the dropped member (marked as dropped) is because it is needed for the Change Log report. I've added a new counter to accurately reflect only the files that were fetched for the build. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [integrity-plugin] (JENKINS-30966) Integrity Plugin - Dropped members issue

2015-10-19 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30966 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Integrity Plugin - Dropped members issue  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Cletus D'Souza Path: src/main/java/hudson/scm/IntegrityCheckoutTask.java http://jenkins-ci.org/commit/integrity-plugin/45a6644d8f78b05a0d1349a8daf4eecdbd6f2db0 Log: Fixed JENKINS-30966 where an incorrect count was reported when the clean option is used and files have been dropped 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [integrity-plugin] (JENKINS-30966) Integrity Plugin - Dropped members issue

2015-10-19 Thread cletusdso...@hotmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Cletus D'Souza reopened an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Ok, in that case, I will have to look at the issue to see why the count is off. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-30966 
 
 
 
  Integrity Plugin - Dropped members issue  
 
 
 
 
 
 
 
 
 

Change By:
 
 Cletus D'Souza 
 
 
 

Resolution:
 
 Cannot Reproduce 
 
 
 

Status:
 
 Resolved Reopened 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [integrity-plugin] (JENKINS-30966) Integrity Plugin - Dropped members issue

2015-10-19 Thread chahine.a...@invensity.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Leon Leon commented on  JENKINS-30966 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Integrity Plugin - Dropped members issue  
 
 
 
 
 
 
 
 
 
 
I am using the option "clean workspace" and all other options are unchecked. 
Why does the projectMembersList list still contain the dropped member ? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [integrity-plugin] (JENKINS-30966) Integrity Plugin - Dropped members issue

2015-10-19 Thread cletusdso...@hotmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Cletus D'Souza resolved as Cannot Reproduce 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Closing this issue as this is cannot be replicated. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-30966 
 
 
 
  Integrity Plugin - Dropped members issue  
 
 
 
 
 
 
 
 
 

Change By:
 
 Cletus D'Souza 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Cannot Reproduce 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [integrity-plugin] (JENKINS-30966) Integrity Plugin - Dropped members issue

2015-10-19 Thread cletusdso...@hotmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Cletus D'Souza commented on  JENKINS-30966 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Integrity Plugin - Dropped members issue  
 
 
 
 
 
 
 
 
 
 
Depending on the options, you've used the job's workspace should be correctly updated as illustrated here  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [integrity-plugin] (JENKINS-30966) Integrity Plugin - Dropped members issue

2015-10-19 Thread cletusdso...@hotmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Cletus D'Souza updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30966 
 
 
 
  Integrity Plugin - Dropped members issue  
 
 
 
 
 
 
 
 
 

Change By:
 
 Cletus D'Souza 
 
 
 

Attachment:
 
 DropMembers.png 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [integrity-plugin] (JENKINS-30966) Integrity Plugin - Dropped members issue

2015-10-15 Thread chahine.a...@invensity.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Leon Leon created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30966 
 
 
 
  Integrity Plugin - Dropped members issue  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Cletus D'Souza 
 
 
 

Components:
 

 integrity-plugin 
 
 
 

Created:
 

 15/Oct/15 7:50 AM 
 
 
 

Environment:
 

 Operating System: Windows 7 64 bit  Jenkins: 1.609.3  Java: 1.7.0_15  PTC Integrity Plugin version 1.34 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Leon Leon 
 
 
 
 
 
 
 
 
 
 
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.