[JIRA] [copy-to-slave] (JENKINS-18360) Incorrect use of project.getWorkspace()

2014-06-04 Thread karl.frits...@cocomore.com (JIRA)














































Karl Fritsche
 commented on  JENKINS-18360


Incorrect use of project.getWorkspace()















Could this also be a problem, when using variables in the custom workspace setting? See JENKINS-23308



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [copy-to-slave] (JENKINS-18360) Incorrect use of project.getWorkspace()

2013-06-17 Thread daniel.peti...@gmail.com (JIRA)














































Daniel Petisme
 commented on  JENKINS-18360


Incorrect use of project.getWorkspace()















I'll try to do it before end of week...



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.




[JIRA] [copy-to-slave] (JENKINS-18360) Incorrect use of project.getWorkspace()

2013-06-15 Thread daniel.peti...@gmail.com (JIRA)














































Daniel Petisme
 commented on  JENKINS-18360


Incorrect use of project.getWorkspace()















Hi Jeesse, I've inherited of all rseguy's plugins ownership. I was a huge SVN fan :/ 
Do you have any kind of procedure to move Jenkins plugin from SVN to Github. It'll ease my work too 

Do you have to raise requests for all the plugins to integrate them into the Jenkins CI organization?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.




[JIRA] [copy-to-slave] (JENKINS-18360) Incorrect use of project.getWorkspace()

2013-06-15 Thread ku...@gmx.de (JIRA)














































kutzi
 commented on  JENKINS-18360


Incorrect use of project.getWorkspace()















Daniel: see https://wiki.jenkins-ci.org/display/JENKINS/Moving+from+Subversion+%28svn%29+to+Github



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.




[JIRA] [copy-to-slave] (JENKINS-18360) Incorrect use of project.getWorkspace()

2013-06-14 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 created  JENKINS-18360


Incorrect use of project.getWorkspace()















Issue Type:


Bug



Assignee:


Daniel Petisme



Components:


copy-to-slave



Created:


14/Jun/13 8:15 PM



Description:


If you were on GitHub I would probably just file a pull request, but since you are not, the following code in https://svn.jenkins-ci.org/trunk/hudson/plugins/copy-to-slave/src/main/java/com/michelin/cio/hudson/plugins/copytoslave/CopyToMasterNotifier.java looks wrong:


public boolean perform(AbstractBuild build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException {
...
FilePath projectWorkspaceOnSlave = build.getProject().getWorkspace();


This is likely wrong since the project can have many workspaces, and if there are concurrent builds this one may be from a different build. build.getWorkspace() is more correct, and simpler too.




Project:


Jenkins



Labels:


concurrent-build




Priority:


Major



Reporter:


Jesse Glick

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.