[JIRA] (JENKINS-36833) Race Condition Populating Multiple Tag Parameters

2016-07-25 Thread l...@compass.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luke Downey commented on  JENKINS-36833  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Race Condition Populating Multiple Tag Parameters   
 

  
 
 
 
 

 
 Saw that you merged your PR over the weekend. I've just finished verifying the fix on our Jenkins deployment, and can confirm the issue is resolved. Thanks very much for the help!  
 

  
 
 
 
 

 
 
 

 
 
 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-36833) Race Condition Populating Multiple Tag Parameters

2016-07-22 Thread l...@compass.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luke Downey commented on  JENKINS-36833  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Race Condition Populating Multiple Tag Parameters   
 

  
 
 
 
 

 
 Hey, Thanks for the rapid response. The fix looks totally reasonable. I've been out of the office yesterday and today, but I will figure out how to package and install this on our Jenkins deployment on Monday. Once that's done it should be trivial to verify.  
 

  
 
 
 
 

 
 
 

 
 
 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-36833) Race Condition Populating Multiple Tag Parameters

2016-07-20 Thread l...@compass.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luke Downey created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36833  
 
 
  Race Condition Populating Multiple Tag Parameters   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Boguslaw Klimas  
 
 
Components: 
 git-parameter-plugin  
 
 
Created: 
 2016/Jul/20 8:03 PM  
 
 
Environment: 
 git-parameter-plugin 0.6.1 & jenkins 1.656 running on ubuntu14  
 
 
Labels: 
 user-experience git plugins gui  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Luke Downey  
 

  
 
 
 
 

 
 I'm observing a minor but somewhat annoying issue with the plugin: if a project has multiple tag parameters, and if at build time the tags need to be fetched, then multiple fetch operations are performed concurrently that may lead to failure due to git file locking. Here's some truncated log: 

 
Command "git -c core.askpass=true fetch --tags --progress  +refs/heads/master:refs/remotes/origin/master --prune" returned status code 1:
stdout: 
stderr: remote: Counting objects: 1
remote: Counting objects: 51, done
remote: Finding sources:   3% (1/27)
remote: Finding sources:   7% (2/27)
...
remote: Finding sources:  96% (26/27)
remote: Finding sources: 100% (27/27)
remote: Total 27 (delta 12), reused 27 (delta 12)
error: cannot lock ref 'refs/remotes/origin/master': Unable to create '/opt/jenkins_slave/workspace/deploy-production/.git/refs/remotes/origin/master.lock': File exists.

Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are