Android Studio with Jenkins Integration

浪子不回头ぞ 提交于 2019-12-24 00:43:09

问题


I guess many of you have performed here continuous integration of Jenkins with Android Studio.

I have performed the following steps:

  1. Created a project from Android Studio.
  2. Created a repository in GitHub.
  3. Pushed the code base into the Github.
  4. Configured Jenkins.

Now, my target is that whenever I perform some checkin operation of the Android code into the Github, then automatically Jenkins will create a build on the latest codebase.

I already have downloaded the necessary plugins that are required for Jenkins.

Can anybody tell me step by step how can I achieve the same, since I am not sure, how Jenkins will get the apk file that is getting created once Jenkins performs the build operation on the new codebase?

来源:https://stackoverflow.com/questions/34853578/android-studio-with-jenkins-integration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!