Hi All, I was using *Jenkins 2.235.1* in that there was one command to copy a file as below.
Jenkins>copy D:\Jenkins_units\workspace\Abcdefg_Workflow_Perf_mod_2412\mft_ab2412_ab2412.600\samples_2412.600_20240618_1424_35_9476.abc abcdata_ab2412.600\Abcdefghijkl_Kboler_MesingInTontext_visualize.abc It was working fine. Once I upgraded to *Jenkins version 2.452.2* everything is working fine except this command. Now what happening is copy command is getting split and jenkins doesn't reconize it. Jenkins>copy D:\Jenkins_units\workspace\Abcdefg_Workflow_Perf_mod_2412\mft_ab2412_ab2412.600\samples_2412.600_20240618_1424_35_9476.abc Jenkins>abcdata_ab2412.600\Abcdefghijkl_Kboler_MesingInTontext_visualize.abc Jenkins is splitting in two different commands as highlighted above (in Yellow and Green) and getting error as: 'abcdata_ab2412.600\Abcdefghijkl_Kboler_MesingInTontext_visualize.abc' is not recognized as an internal or external command, operable program or batch file. Can anyone please let me know how can i resolve this issue. I also tried using " quotes as below: Jenkins>copy "Source.abc" "Destination.abc" still is is not working. Thanks, Swapnil -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/dc557b09-6665-47c3-beac-38db1cd76286n%40googlegroups.com.
