Configure Bamboo for Android Gradle based Project

admin March 3, 2017

I am trying to setup Bamboo for my Gradle build system based Android Project. I have done the following setup on Bamboo.I'm done with rest of all setup upto project repository path.

I want to run the following tasks using gradlew for android

clean assembleDebug LintDebug

For that I have created new task called Gradle Wrapper. Below is the Gradle Wrapper Configuration

When I am executing gradle wrapper task, I am getting the following error.

Caused by: java.lang.IllegalStateException: Cannot find executable 'D:\AndroidDemo\gradle-2.10\bin\gradlew.bat'

Note :- Standalone Gradle is working fine on local machine with all the tasks(clean assembleDebug LintDebug)

Gradle_Home = D:\AndroidDemo\gradle-2.10\bin(Local machine)

Can anyone suggest a solution for the same?

1 answer

0 votes
Oleksandr Tkachenko
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 5, 2017

Hi, are you running a Bamboo on your local machine? As error says that Bamboo cannot find an executable that is configured to use. You need to check where Gradle is installed on you Bamboo server/agent that is trying to run a build.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events