You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi All,
We are planning to deploy Android APK file to Airwatch (Work Space 1) console using Bamboo.
Does Bamboo support the integration with VMWare AirWatch ?
regards,
Sushil
Bamboo is able to integrate with nearly everything. The actions that are commonly used over the years got tasks designed specifically for them, while everything else needs to be run through a script task.
I don't work with AriWatch to understand which could be the limitations you would face using Bamboo with a script task, but if you can share them I might be able to find out what could be your next steps.
Hi @Daniel Santos We have completed CI part using Gradle wrapper, We are currently working on CD part, Can you help us with any documentation or something for CD using bamboo.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sujit Kumar
Sorry, your response flew under my radar.
There are multiple ways to implement CD in Bamboo. I think the question is how do you want your CD to work. What tests/validations you need to run before to make sure you can deliver your app/changes to staging or production.
You could use a building plan for that as shown in this old video: Getting Started with Atlassian Bamboo - Continuous Delivery in Action. Or you could use a deployment project for that as well. The deployment could be configured to deploy every successful result that was built on a specified branch.
I think the main question is: How do you want to implement CD in your scenario? Bamboo will be only a tool that will be configured to match the project needs. Can you share what actions Bamboo should do in order to meet your requirements for CD?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.