paint-brush
Advanced CI/CD for Android projects using Bitbucket and Bitriseby@javier
223 reads

Advanced CI/CD for Android projects using Bitbucket and Bitrise

by Javier MarsicanoMarch 4th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

With agile methodologies software development processes need to support frequent change, frequent builds (typically daily), multiple baselines, and multiple teams. When developing Android apps we have to detect bugs and issues as early as possible every time we integrate separate work developed by several teammates. We have to make it easy for QA testers to get the latest build for UAT, smoke testing, etc. Let’s see how easy it is to automate all this necessary workflow to save time and meet software engineers needs.
featured image - Advanced CI/CD for Android projects using Bitbucket and Bitrise
Javier Marsicano HackerNoon profile picture

Nowadays with agile methodologies software development processes need to support frequent change, frequent builds (typically daily), multiple baselines, and multiple teams. When developing Android apps we have to detect bugs and issues as early as possible every time we integrate separate work developed by several teammates. 

Furthermore we have to make it easy for QA testers to get the latest build for UAT, smoke testing, etc.  We have to thoroughly monitor the codebase’s integrity and the product’s outcome: an app that might be used by thousands of users that doesn’t like to have any software with glitches installed in their mobile devices. Let’s see how easy it is to automate all this necessary workflow to save time and meet software engineers needs.

Read full article.

Or watch the video (spanish) along with the slides below:

https://www.slideshare.net/JavierMarsicano/continuous-integration-delivery-for-mobile-apps-development

Previously published at https://javiermarsicano.com/2020/02/26/advanced-ci-cd-for-android-projects-using-bitbucket-and-bitrise/