I think that is saying that the built-in command "COPY" in the Windows command processor tried to copy from D:\drop\test.txt to D:\testdir\ and either found that D:\drop\test.txt did not exist, or D:\testdir\ did not exist.
The preceding "echo" command did not create D:\drop\test.txt, so I assume it might not exist. The preceding "echo" command did not create D:\testdir\, so I assume it might not exist as well. Mark Waite >________________________________ > From: dmatrix <[email protected]> >To: [email protected] >Sent: Thursday, March 21, 2013 3:57 PM >Subject: Jenkins batch command error : ...system cannot find the file >specified... > > >Hello, > > >My environment is Jenkins1.506/VS&TFS2010 > >I was testing "Add Build Step" for MSBuild Plug-In with a simple "Execute >Windows batch command" and got this: > > >[GAtest1] $ cmd /c call C:\Windows\TEMP\hudson8854542679623085192.bat >C:\Program Files (x86)\Jenkins\workspace\GAtest1>echo test test C:\Program Files (x86)\Jenkins\workspace\GAtest1>COPY D:\drop\test.txt D:\testdir\ The system cannot find the file specified. > > >The build was successful and the echo command was good, except the COPY >command. >Anyone has this same issue before? > > >Thanks, > > > > -- >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. > > > > > -- 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.
