Can any one guide how to Setup Bamboo Remote Agent Client for Android(Gradle Build) Application. I checked in Default Stage -> Task-> TaskType section but couldn't found Gradle Client there. Anything I'm missing here?
Hi,
did you configure the capabilities of the remote agent ?
https://confluence.atlassian.com/bamboo/agents-and-capabilities-289277114.html
Greetings,
Oliver
Thanks Oliver Wolf ..yes I actually missed that. After setting up bamboo-capabilities.properties which is look like:
system.jdk.JDK\ 1.8=/usr/lib/jvm/java-8-oracle system.builder.gradle.Gradle=/usr/bin/gradle system.git.executable=/usr/bin/git system.os=linux
I executed ./bamboo-agent.sh start and it responding Starting Bamboo Agent... thats' it.
What is next steps...am I missing anything here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK..so then I executed ./bamboo-agent.sh console which returned console output and that ends-up at, Bamboo agent 'azova-All-Series' ready to receive builds what that mean. And what's next step !!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I done with Remote client setup and connected well with my Git repo as well. But it's not generating output apk file. Problem I found is Bamboo required min Java V1.8 but Gradle don't support V1.8. So what need to do in this case, any suggestion!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there any Android build deployment support added in Bamboo?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @kishor shinde,
Android build deployment is not any different. You may do everything with the existing tasks. If a specific task is missing, you can always substitute it with a Script task in a deployment project to achieve what you want.
Cheers,
Jey
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.