The Jenkins process likely does not have drive Z: mapped. You may need to specifically issue the "net use" command in your slave startup or in your job. If so, I recommend using the /Y parameter to "net use", which will allow the command to succeed even if the drive is already mapped.

Eric

On 10/22/2015 4:54 AM, Wei Chen wrote:
I figure out the problem. It lies on the workspace directory: C:\Program Files (x86)\Jenkins\workspace\WebdriverTest

It seems the Jenkins doesn't accept the space character. I move the Jenkins to C:\Jenkins and it can go further.

But the build fails since I have another error as follow:
...
ERROR: Z:\Eigene_Dateien\Temp\MyProjects\WebdriverTest\pom.xml not found
...
I have now really no idea.
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com <mailto:jenkinsci-users+unsubscr...@googlegroups.com>. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/0a68f185-42c0-4dae-92cd-8dc139c55e2d%40googlegroups.com <https://groups.google.com/d/msgid/jenkinsci-users/0a68f185-42c0-4dae-92cd-8dc139c55e2d%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Jenkins 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/5628F6A0.5020402%40cd-adapco.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to