Could you add --debug to the gradle execution and post the results here? - David
On Wednesday, June 6, 2012 9:55:03 PM UTC+3, Ken Krebs wrote: > > I'm having difficulty getting my freestyle Jenkins job to execute my > Gradle build. After it checks out the code from SVN it simply > finishes : SUCCESS without attempting to execute the build.gradle in > the root of the project. > > I have configured the job to use a local installation of 1.0 rc-3 and > to execute the clean and build tasks. I have also tried using the > Gradle wrapper with the same result. I have also used 1.0-milestone-7 > with the same result. > > Jenkins is deployed in Tomcat6 on a Windows Server 2003 Os. The Gradle > plugin version is the latest, 1.16 and the JDK is 1.6.0 16. There is > no white space in the Gradle home config. I have also configured > system environment variables for Gradle. > > I also have the Grails plugin and I got it to work only after adding > the location of its bin folder to the PATH. I have also done this with > Gradle and restarted Tomcat. > > Any ideas ? > >