What version are you using? I remember , I had difficulty using 1.528 with Copy Artifact plugin.
You might want to check open issue related to Jenkins latest version. Let us know whether this helped or not. From: [email protected] [mailto:[email protected]] On Behalf Of nicolas de loof Sent: Wednesday, September 04, 2013 2:01 AM To: [email protected] Subject: Re: is Jenkins using the latest version from msysgit right, and what's you issue then ? 2013/9/4 Ho Yeung Lee <[email protected]<mailto:[email protected]>> i set the command like this without environment variables such as %WORKSPACE%, the path is using C:\Users\LAB-User2\Documents\GitHub\testing005 C:\Users\LAB-User2\Documents\GitHub\testing005\.git C:\Users\LAB-User2\Documents\GitHub\testing005\Database3 C:\Users\LAB-User2\Documents\GitHub\testing005\Database3\Database3.sln C:\Users\LAB-User2\Documents\GitHub\testing005\Database3\Database3\sp_insert_rpt_criteria.sql 1. Execute window batch echo 'Copying Adventure Works Solution to Jenkins workspace...' xcopy /s /E /H /Y /R "C:\Users\LAB-User2\Documents\GitHub\testing005\Database3\Database3" "C:\Program Files (x86)\Jenkins\jobs\testing003\workspace" echo 'Deleting artifacts from previous builds...' del "C:\Users\LAB-User2\Documents\GitHub\testing005\Database3\Database3\*_publish.zip" /F /Q 2. MSBUILD C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe "C:\Users\LAB-User2\Documents\GitHub\testing005\Database3\Database3\Database3.sqlproj" /p:Configuration=Database3 /p:Platform=AnyCPU /t:Build;Publish /p:SqlPublishProfilePath='C:\Users\LAB-User2\Documents\GitHub\testing005\Database3\Database3\Database3.publish.xml' /p:UpdateDatabase=False -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:jenkinsci-users%[email protected]>. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
