java - Unable to get the gradle build running on Jenkins and Hudson -


i installed gradle plugin jenkins when try build above project, error: https://issues.jenkins-ci.org/browse/jenkins-21653
removed jenkins , installed hudson. installed gradle plugin hudson gradle doesn't show in build options. tried running build command line option hudson has, , gives following error:

started user anonymous java.io.ioexception: failed mkdirs: /home/nav/temphudsonbuild @ hudson.filepath.mkdirs(filepath.java:852) @ hudson.model.abstractproject.checkout(abstractproject.java:1538) @ hudson.model.abstractbuild$abstractrunner.checkout(abstractbuild.java:610) @ hudson.model.abstractbuild$abstractrunner.run(abstractbuild.java:517) @ hudson.model.run.run(run.java:1450) @ hudson.model.freestylebuild.run(freestylebuild.java:44) @ hudson.model.resourcecontroller.execute(resourcecontroller.java:82)
@ hudson.model.executor.run(executor.java:137) finished: failure

there's no lack of space or permission issue. don't understand why these problems happening. please? i've been struggling find solution 2 days now. i'm using jdk: jdk1.7.0_45 came netbeans , tried building using older jenkins war (version 1.515), still didn't build. i'm on fedora 20, 64 bit.

update: earlier build tried jenkins on windows partition mounted in linux have had permission problems. when ran linux home folder, got error:

started user anonymous building in workspace /var/lib/jenkins/jobs/unite in linux filesystem/workspace
[workspace] $ /bin/sh -xe /tmp/hudson6360975070832015842.sh
+ /home/navin/git/unite/./gradlew build /tmp/hudson6360975070832015842.sh: line 2: /home/navin/git/unite/./gradlew: permission denied build step 'execute shell' marked build failure collecting metadata...
metadata collection done. finished: failure


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -