Hey guys, Need to throw a quick question to this group. Have been using Jenkins for a while, but am trying to configure Jenkins (1.5 latest) on linux (CentOS) pull a project built using GradleW (version 1.0) All's fine and the job works in windows where the permission structure is different, but on linux, I get an error. The code is pulled down all fine, from subversion along with the gradlew file, but....
java.io.IOException: Cannot run program "< http://jenkinsboxname:8080/jenkins/job/projname/ws/gradlew"<http://mpbuild01:8080/jenkins/job/AppHub/ws/gradlew%22>> (in directory "<http:// <http://mpbuild01:8080/jenkins/job/AppHub/ws/%22)> enkinsboxname <http://mpbuild01:8080/jenkins/job/AppHub/ws/gradlew%22> :8080/jenkins/job/projname/ws/")<http://mpbuild01:8080/jenkins/job/AppHub/ws/%22)>>: error=13, Permission denied Looking at permissions on the above gradlew file -rw-r--r--. 1 root root 5283 Mar 6 15:00 gradlew So I understand the user (running tomcat, on which jenkins is running) doesn't have execute permissions on gradlew. How can I pull this file so everyone (preferably) has permissions? Is there a subversion param I specify which does this? Or am I totally off and need to do something different? Thanks so much -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
