[JIRA] (JENKINS-41068) Obsolate branch directories are not removed from job directory on master

2017-02-03 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick started work on  JENKINS-41068  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-41068) Obsolate branch directories are not removed from job directory on master

2017-02-03 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick assigned an issue to Jesse Glick  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41068  
 
 
  Obsolate branch directories are not removed from job directory on master   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Assignee: 
 Stephen Connolly Jesse Glick  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-41068) Obsolate branch directories are not removed from job directory on master

2017-02-02 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-41068  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Obsolate branch directories are not removed from job directory on master   
 

  
 
 
 
 

 
 Note that if performDelete does fail, onDeleted will not be called, so WorkspaceLocatorImpl.Deleter.onDeleted will also be skipped, causing agent workspaces to be left behind—potentially causing some confusion since that is not the root problem.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-41068) Obsolate branch directories are not removed from job directory on master

2017-02-02 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-41068  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Obsolate branch directories are not removed from job directory on master   
 

  
 
 
 
 

 
 Is this really reproducible? AbstractItem.performDelete() includes a call to Util.deleteRecursive(getRootDir()) which should delete the empty folder, or fail with an error thrown up from ComputedFolder.updateChildren into FolderComputation and reported to the branch indexing log.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-41068) Obsolate branch directories are not removed from job directory on master

2017-02-01 Thread davidkarl...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 davidkarlsen commented on  JENKINS-41068  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Obsolate branch directories are not removed from job directory on master   
 

  
 
 
 
 

 
 Has any 2.0 official been released now which wasn't retracted from the plugin updates list due to some hard breaking changes?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-41068) Obsolate branch directories are not removed from job directory on master

2017-02-01 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly commented on  JENKINS-41068  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Obsolate branch directories are not removed from job directory on master   
 

  
 
 
 
 

 
 Is this still an issue with the 2.0.x versions?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-41068) Obsolate branch directories are not removed from job directory on master

2017-01-13 Thread frut...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Test User created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41068  
 
 
  Obsolate branch directories are not removed from job directory on master   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Stephen Connolly  
 
 
Components: 
 branch-api-plugin  
 
 
Created: 
 2017/Jan/13 2:37 PM  
 
 
Environment: 
 Jenkins 2.40, Branch API Plugin 1.11.1  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Test User  
 

  
 
 
 
 

 
 Configuration file config.xml for obsolate branches removed from repository is also removed from directory /jobs/proj-name/jobs/repo-name/branches/branch-name/ on jenkins master. Directory branch-name should be also removed. After merge some pull requests I have empty directories: 

 

find . -mindepth 1 -maxdepth 1 -empty -type d
./PR-43
./PR-42
./PR-41
./PR-40
./PR-39
./PR-44
./PR-45
./PR-46
 

 There is also information in system log: 

 

Jan 13, 2017 12:47:23 PM WARNING hudson.model.ItemGroupMixIn loadChildren
could not find file /var/lib/jenkins/jobs/proj-name/jobs/repo-name/branches/PR-43/config.xml