Skip to main content

Posts

Showing posts from June, 2015

Build Automation on Android using Jenkins

So basically I’ve been spending time setting up Jenkins for a few reasons. to eliminate the hassle of internal employees bugging me for Android APK files when I’m focusing on doing my work. to ensure that the Android app can be compiled and built in the remote repository. So here are the steps to do automation on an Android project using Jenkins. This is based on the article from Digital Ocean on how to set up Jenkins on their Ubuntu instance.   Read more here ( https://medium.com/@S1lv3rd3m0n/build-automation-on-android-using-jenkins-85649e9f9364 )