I was trying to copy a .dll file from "C:\Tests" to "C:\Windows\System32" by COPY command like COPY "C:\Tests\windows\test.dll" "C:\Windows\System32\test.dll"
Jenkin job output says file copied and I tried printing and checking for existence of file in the same job and everything works.
But After the job completes , when I check for the file in the system32 , file doesn't exists.
What can be the issue ?? Is it any cleanup settings of jenkins ? or some permission issue?