-
Bug
-
Resolution: Incomplete
-
Critical
-
None
-
Master: Debian Linux, Hudson 1.342, Gradle plugin 1.2.
Slave: Windows 7, Gradle 0.8, Hudson JNLP launcher
My builds fail with
FATAL: c:\hudson\tools\gradle-0.8/bin/gradle doesn't exist
On the slave where this job executes, Gradle 0.8 is installed in that directory, and I can launch it with that command from the command line. However this actually launches "gradle.bat", since "gradle" is the UNIX shell script.
I also tried with all forward slashes in the path, same result.
(The master node is a Linux box.)