I am trying to set up my Windows Jenkins server to use a NetApp filer partition for workspaces.
It seems to work OK in a Cygwin shell, but breaks in a Windows batch shell:
Started by user jdoe
Building in workspace \\nas02\bld101_workspaces$\jdoe_test\workspace
[workspace] $ C:\cygwin\bin\bash.exe -xe C:\Users~SVC\AppData\Local\Temp\hudson3077854122063339861.sh
+ pwd
//nas02/bld101_workspaces$/jdoe_test/workspace
+ touch save_bash.txt
[workspace] $ cmd /c call C:\Users~SVC\AppData\Local\Temp\hudson527196630851665020.bat
'\\nas02\bld101_workspaces$\joe_test\workspace'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
C:\Windows>dir
I am trying to set up my Windows Jenkins server to use a NetApp filer partition for workspaces.
It seems to work OK in a Cygwin shell, but breaks in a Windows batch shell:
Started by user jdoe
Building in workspace \\nas02\bld101_workspaces$\jdoe_test\workspace
[workspace] $ C:\cygwin\bin\bash.exe -xe C:\Users~SVC\AppData\Local\Temp\hudson3077854122063339861.sh
+ pwd
//nas02/bld101_workspaces$/jdoe_test/workspace
+ touch save_bash.txt
[workspace] $ cmd /c call C:\Users~SVC\AppData\Local\Temp\hudson527196630851665020.bat
'\\nas02\bld101_workspaces$\joe_test\workspace'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
C:\Windows>dir