I have path /opt/test/share
mounted on ubuntu and shared with everyone using samba.
I have mapped Z: drive on windows to above path.
Now, If I do cd Z:/
and then dir
from local windows box, it works fine.
But if I try to do same thing through jenkins it says "The system cannot find the path specified"
Please help.
cd Z:/
is never a valid command. To change a drive, you use justZ:
– Environmentalist