-
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.)
This part of the plugin about global configuration where you refer Gradle tool installation has been refactored in the main line code source.
Please, could you test the latest plugin in Subversion trunk?
Let me know if you can't test it