Issue Type: Bug Bug
Assignee: Gregory Boissinot
Components: gradle
Created: 04/Oct/12 4:20 PM
Description:

It seems "root build script" field is always omitted.

For instance, I have a git repository having a foo/build.gradle script.
I then set "root build script" to "${WORKSPACE}/foo/"
I'm using gradlew.

I would like to either execute



${WORKSPACE}/foo/gradlew

_or_ execute

${WORKSPACE}/gradlew -p ${WORKSPACE}/foo

But for now, it is :

${WORKSPACE}/gradlew



which is executed, not using foo/build.gradle script.

Not that it isn't related to gradlew since when using a gradle installation, it remains the same.

I tried to put ${WORKSPACE}/foo/build.gradle in "Build file" field as a workaround, but it didn't worked either (build script is taken, but with -b, not -p which seems reasonable)

Environment: gradle plugin 1.20
Project: Jenkins
Priority: Critical Critical
Reporter: Frédéric Camblor
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to