Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. xcopy "C:Program Files (x86)JenkinsworkspacetrunkProjectsresultsresultsobjDebugPackagePackageTmp" "Y:Extraction_ZoneJenkins" /E
  2.  
  3. Time Elapsed 00:00:04.03
  4. [trunk] $ cmd /c call C:WindowsTEMPhudson3389873107474371072.bat
  5.  
  6. C:Program Files (x86)Jenkinsworkspacetrunk>xcopy "C:Program Files (x86)JenkinsworkspacetrunkProjectsresultsresultsobjDebugPackagePackageTmp" "Y:Extraction_ZoneJenkins" /E
  7. Invalid drive specification
  8. 0 File(s) copied
  9.  
  10. C:Program Files (x86)Jenkinsworkspacetrunk>exit 4
  11. Build step 'Execute Windows batch command' marked build as failure
  12. Finished: FAILURE
  13.  
  14. def mapdrive = "net use Y: \\copy_nework_address"
  15. mapdrive.execute();
  16. println "net use".execute().getText()
  17.  
  18. xcopy "C:Program Files (x86)JenkinsworkspacetrunkProjectsresultsresultsobjDebugPackagePackageTmp" "Copy_Network_AddressExtraction_ZoneJenkins" /E
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement