私のJenkinsサーバーはWindows2008サーバー上のTomcatで実行されています。CentOSにNFSサーバーをセットアップしましたが、Win2008サーバーはmountコマンドを介してNFS共有フォルダーにアクセスできます。Windowsで管理者ユーザーとして実行しているときにテストしました。Windows2008サーバーにZドライバーとしてフォルダーをマウントします。しかし、ジェンキンスでの私の仕事では、Zドライバーが見つからないと言っていました。ジェンキンスのウェブアプリには、Zドライバーにアクセスするための十分な権限がない可能性があります。Jenkinsからのエラーメッセージをご覧ください
コンソール出力:
Started by user anonymous
Building in workspace C:\.jenkins\workspace\upland-install
[upland-install] $ cmd /c call "C:\Program Files\Apache Software Foundation\Tomcat 6.0\temp\hudson4487584210513580576.bat"
C:\.jenkins\workspace\upland-install>rd d:\tmp\upland_dist /s /q
C:\.jenkins\workspace\upland-install>xcopy Z:\upland_release\364 d:\tmp /S
**Invalid drive specification**
0 File(s) copied
この問題を解決するにはどうすればよいですか?JenkinsをWindowsサービスとしてインストールしますか?