[JIRA] (JENKINS-42949) MultiBranch Pipeline periodically stops functioning

2017-03-24 Thread jos...@asperasoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 josh harshman closed an issue as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 resolved on it's own.  cannot reproduce  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-42949  
 
 
  MultiBranch Pipeline periodically stops functioning   
 

  
 
 
 
 

 
Change By: 
 josh harshman  
 
 
Status: 
 Open Closed  
 
 
Assignee: 
 josh harshman  
 
 
Resolution: 
 Cannot Reproduce  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because 

[JIRA] (JENKINS-42949) MultiBranch Pipeline periodically stops functioning

2017-03-20 Thread jos...@asperasoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 josh harshman created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42949  
 
 
  MultiBranch Pipeline periodically stops functioning   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 pipeline  
 
 
Created: 
 2017/Mar/20 9:12 PM  
 
 
Environment: 
 Ubuntu 16.04 LTS  Jenkins 2.50  
 
 
Priority: 
  Major  
 
 
Reporter: 
 josh harshman  
 

  
 
 
 
 

 
 Issue occurs with MultiBranch Pipelines when branch indexing.  Unable to start or trigger new jobs for the pipeline.  Issue is somewhat intermittent.   Occurs in Jenkins 2.50 & full list of plugins and versions are listed below the logs.   Scan Multibranch Pipeline Log   

 

error: non-monotonic index .git/objects/pack/pack-9d906a20f5c2b0e79b2c2b09baa14bd726fe9a1a.idx
error: non-monotonic index .git/objects/pack/pack-fbee3cebcb7ca35a91f9e429e1d6ea23119997f5.idx
error: non-monotonic index .git/objects/pack/pack-7981186b1bc0bde8f3ade3e7047c746b0ab69371.idx
error: non-monotonic index .git/objects/pack/pack-9d906a20f5c2b0e79b2c2b09baa14bd726fe9a1a.idx
error: non-monotonic index .git/objects/pack/pack-fbee3cebcb7ca35a91f9e429e1d6ea23119997f5.idx
error: unable to create temporary file: Not a directory
fatal: failed to write object
fatal: unpack-objects failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1793)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1519)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315)
	at jenkins.plugins.git.AbstractGitSCMSource.doRetrieve(AbstractGitSCMSource.java:211)