Configure your Android project on Jenkins
blog.zuehlke.comContinuous Delivery for Android
www.bignerdranch.comAutomating Android Projects With Gradle using Jenkins on Windows
dzone.com
As one of the predominant mobile platforms, Android is attractive to a number of developers, but it does bring it’s own set of challenges with it. With an extremely broad set of devices available on the market, building and testing for the matrix of device configurations can be very challenging. With theAndroid emulator pluginhowever, it is possible to build and test on a myriad of emulated devices.
当结合Google Play Publisher plugin, Android developers can build true continuous delivery pipeline, sending builds to an alpha channel in Google Play for release or further testing.