Hudson : Directory not found -
using hudson, try run job tests. job run .bat file in have command line
subset v: "c:\a_directory\"
when line executed in console of hudson error the directory "c:\a_directory\" not found . directory exists , can access manually.
what might problem? must specify relative path workspace of hudson?
the command in question tries create virtual disk. used syntax wrong.
here correct 1 :
subset v: "c:\a_directory"
Comments
Post a Comment