[ 
https://issues.jenkins-ci.org/browse/JENKINS-12962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160217#comment-160217
 ] 

SCM/JIRA link daemon commented on JENKINS-12962:
------------------------------------------------

Code changed in jenkins
User: Vojtech Juranek
Path:
 src/main/java/hudson/plugins/ws_cleanup/PreBuildCleanup.java
 src/main/java/hudson/plugins/ws_cleanup/WsCleanup.java
http://jenkins-ci.org/commit/ws-cleanup-plugin/7eb7c37e263c833969542a6e1337ecfebd41ff46
Log:
  [FIXED JENKINS-12962] Change the behavior of post build detele to run after 
build marked as finished as some plugins (like copy-to-slave) also run in this 
phase and fail because of deleted workspace.





                
> Workspace Cleanup Plugin does not play nicely with the Copy To Slave plugin
> ---------------------------------------------------------------------------
>
>                 Key: JENKINS-12962
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12962
>             Project: Jenkins
>          Issue Type: Bug
>          Components: ws-cleanup
>    Affects Versions: current
>         Environment: Jenkins 1.452, Win7
>            Reporter: Thomas Fields
>            Assignee: vjuranek
>
> Hi there,
> The Workspace Cleanup Plugin does not play nicely with the Copy To Slave 
> plugin. Here's a snippet from my console output for my build:
> 14:33:23  Deleting project workspace... done
> 14:33:23  
> 14:33:23  [copy-to-slave] Copying 'Engine/Lib/**/*.lib, Engine/Lib/**/*.pdb, 
> Engine/Lib/**/*.a', excluding nothing, from 
> 'file:/c:/JCI/workspace/Expat-Live/CONFIG/Debug/TARGET/GCC/VSVERSION/2008' on 
> 'hudson.slaves.DumbSlave@720397f7' to 
> 'file:/C:/JCI/current_build/Expat-Live/CL167206' on the master.
> Note how the workspace is deleted before the copy step begins. Can this be 
> fixed please? I assume deleting a workspace is something you'd always want to 
> do last.
> I'd be happy to test any fixes.
> Regards,
> Tom.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to