-
Bug
-
Resolution: Not A Defect
-
Major
-
None
-
Windows
Hey, I want to use Jenkins for continues integration. I am trying to compile my source code [in base clearcase]. While compiling, I was getting "access denied to M:\" where M drive is the default view storage.
I found similar message when I use following command
mkdir M:\selectable\aimmc_sw_aurix\test ---> this fails
mkdir C:\Sri\test ---> this works fine
The snapshot is attached.
below is the output of the execution:
Started by user anonymous
Building in workspace C:\Program Files\Jenkins\jobs\TEST\workspace
[workspace] $ cmd /c call C:\Users\kadur\AppData\Local\Temp\hudson7802988701370294439.bat
C:\Program Files\Jenkins\jobs\TEST\workspace>mkdir M:\selectable\aimmc_sw_aurix\test
Access is denied.
C:\Program Files\Jenkins\jobs\TEST\workspace>mkdir C:\Sri\test
C:\Program Files\Jenkins\jobs\TEST\workspace>exit 0
Finished: SUCCESS
I need this to be fixed ASAP
I am running jenkins service as myself and I am running on Windows