Continuous integration with jenkins using android studio

守給你的承諾、 提交于 2020-01-07 09:55:09

问题


I am new here to develop android application with android studio. I created sample basic application, from this i got the project structure of the application with build.gradle files in each module(which is different from eclipse).

Then I successfully commit the code and push the entire project code to git repository by using Version Control System (VCS) in it.

I need to configure my project with jenkins server for continuous integration.

Can any one give me the step by step procedure, how to configure android studio project code (which is commited in git repository) with jenkins server.

So far i didn't find any clear procedure to configure android studio code with jenkins server for continuous integration.

Thanks in adavance


回答1:


Unfortunately for you, this isn't a "Tutorial" site. If you have a specific issue, people will help you. But for a tutorial, google around some blogs.

Based on your description, you need to:

  • Configure some triggers (prolly SCM change, or timer based)
  • Perform GIT checkout
  • Perform Gradle build step
  • Decide where to Archive your artifacts

Do that, and when you have a specific issue, then ask a specific question



来源:https://stackoverflow.com/questions/27458830/continuous-integration-with-jenkins-using-android-studio

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