使用Android Studio与jenkins持续集成 [英] Continuous integration with jenkins using android studio

查看:370
本文介绍了使用Android Studio与jenkins持续集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是新来的用android studio开发android应用程序的人. 我创建了示例基本应用程序,由此我得到了应用程序的项目结构,每个模块中都有build.gradle文件(与eclipse不同).

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).

然后我成功提交了代码,并使用其中的版本控制系统(VCS)将整个项目代码推送到git存储库中.

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

我需要使用jenkins服务器配置项目以实现持续集成.

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

任何人都可以给我逐步的过程,如何使用jenkins服务器配置android studio项目代码(在git存储库中提交).

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.

到目前为止,我还没有找到任何明确的步骤来配置与jenkins服务器进行持续集成的android studio代码.

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

非常感谢

推荐答案

不幸的是,这不是教程"网站.如果您有特定的问题,人们会为您提供帮助.但对于本教程而言, 围绕某些博客的Google .

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:

  • 配置一些触发器(完全更改SCM或基于计时器)
  • 执行 GIT 结帐
  • 执行 Gradle 构建步骤
  • 决定在何处存档您的工件

这样做,当您遇到特定问题时,再问一个特定问题

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

这篇关于使用Android Studio与jenkins持续集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆