Configure Bamboo for Android Gradle based Project.

shubham patni March 3, 2016

I'm trying to setup Bamboo for my Gradle build system based Android Project. I'm done with rest of all setup upto project repository path. I can see there is no direct support available in Add Task section to build it for Gradle but there is option to write script.

Any have suggestion what I need to configure here.

1 answer

0 votes
Kalle Sirkesalo March 4, 2016

Written by Oliver in another question: 

 

Quick Setup Guide


Use this script (e.g. for Gradle 2.5):

mkdir -p ~/mnt/bamboo-ebs/gradle && cd $_

wget https://services.gradle.org/distributions/gradle-2.5-bin.zip

unzip gradle-2.5-bin.zip

Then take a new snapshot from the EBS volume and use this in your elastic agent.

Afterwards add "Executable Capability" to your image configuration with this as path:

/mnt/bamboo-ebs/gradle/bin/gradle

Now you can use Gradle as Command in Build plans and add the task name as argument - e.g. "build".

 

https://answers.atlassian.com/questions/251384

shubham patni March 9, 2016

Gradle 2.5 already installed in /usr/bin/gradle directory.  I didn't get what you mean after "Then take a new snapshot ....". Please update.

Kalle Sirkesalo March 9, 2016

The snapshot is for elastic bamboo setup so it's not needed for this case. 

So in your case if you have graldle installed do the following: 

the settings wheel > agents > press the agent name

page shows up with the agents capabilities

Press Add Executable

Type is Command

Label is for example Gradle

path /usr/bin/gradle

 

Now you can set up the command gradle in any build phase. 

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events