I'm trying to configure a local Jenkins server for build projects automatically, under Windows XP. I want to invoke a gradle script, so, I installed the gradle plugin. Gradle is well configured for proxy (it's working if I call the script by console), but doesn't work with Jenkins. I try to inject the gradle.properties with the EnvInject Plugin, but still doesn't work. Any idea?
My collegues that use Jenkins on windows 7 doesn't had this problem.