• CruiseControl: Framework for a continuous build process.

    CruiseControl用于持续构建过程框架

    youdao

  • It is a framework for a continuous build process. Using CruiseControl you could.

    一个用于持续构建流程框架

    youdao

  • Tests should be automated as much as possible and run as part of the daily or continuous build.

    测试尽可能自动完成作为每日构建持续构建一部分运行

    youdao

  • For example, daily deployment practice requires unit testing, configuration management and continuous build.

    比如每日部署实践需要单元测试配置管理持续构建的支持。

    youdao

  • What's needed is something highly visible, like a canary, that I can quickly glance at to see the state of my continuous build process.

    这时需要某种高度可视东西就像金丝雀一样,快速一瞥后就发现持续构建过程的状态

    youdao

  • In this article, we propose an architecture using Rule Team Server and DVS to implement a continuous build system for WebSphere ILOG Rules.

    本文中,我们建议使用一个架构RuleTeamServerDVS实现WebSphereILOGRules持续构建系统

    youdao

  • What's needed is something highly visible, like a canary , that I can quickly glance at to see the state of my continuous build process.

    这时需要某种高度可视东西就像金丝雀一样,快速一瞥后就发现持续构建过程的状态

    youdao

  • Measurements from a continuous build and automated testing process will give you valuable insight into overall project progress and health.

    来自连续的构建自动化测试过程度量将会对整个项目过程全面状况有一个非常好的了解。

    youdao

  • You can also use the Builds check-in policy as a tool to limit additional changes to your code base until a continuous build break is fixed.

    可以使用作为工具组建签入原则限制程序码基底额外的变更直到连续建置中断固定

    youdao

  • If you have a continuous build process, allowing you to build anytime there are significant changes that could be tested, you will have lots of data to assess progress.

    如果连续构建过程,您就可以测试重大变化发生任何时候进行构建,您将会很多数据评估过程

    youdao

  • In the Downloads section, you will find a sample implementation of a continuous build system for Rule Team Server and DVS, using the principles and pieces of code described in this article.

    下载部分找到一个适用于RuleTeamServerDVS持续构建系统样例实现,并且可以使用本文介绍准则代码片段

    youdao

  • That's not enough though; I suggest exercise your deployment scripts as part of a Continuous Integration build.

    还是不够建议部署脚本看成持续集成构建一部分执行

    youdao

  • If a build running on your Continuous Integration system fails, you can be fairly certain the cause lies in the most recent change.

    如果持续集成系统运行构建失败那么可以肯定失败原因最近的更改中。

    youdao

  • A Continuous Integration server constantly checks the code out of source control, builds it, runs the unit tests against it, and reports any build failures to the developers, usually via E-mail.

    持续集成服务器不断检查不受控制代码,执行构建运行单元测试通常通过电子邮件开发人员报告所有构建故障

    youdao

  • Once in CVS then the continuous integration server can check the projects out whenever there is a change, run the build, and execute the tests.

    一旦项目了CVS,持续集成服务器可以每当发生更改时签项目,运行构建执行测试。

    youdao

  • With suitable integration points, it is even possible to connect to build and release systems and realize continuous deployment for true end-to-end automation.

    如果适合集成构建发布系统连接起来实行持续部署达到真正端到端自动化也是可能的。

    youdao

  • A Continuous Integration environment requires an automated build tool, a code repository, and a CI server.

    持续集成环境需要自动构建工具代码存储库一个CI服务器

    youdao

  • These are key aspect of the vision for "developer self-service" and "continuous integration" that automated build management brings into reality.

    这些对于自动构建管理带到现实中的开发人员自服务连续集成构想重要方面

    youdao

  • You can also use continuous integration tools for traditional development — to implement an automated nightly build process, for example.

    可以持续集成工具用于传统开发——例如实施一个自动化每夜构建过程

    youdao

  • Continuous integration can mean building many times a day, every twenty minutes, every hour, or even just once a day (as part of a nightly build).

    持续集成可以预定一天构建多次二十分每个小时或者每天进行一次(作为构建一部分)。

    youdao

  • This first build server will also be your continuous integration server. It is the one that ensures that every single check-in can be built.

    第一台构建服务器会是持续集成服务器,保证每次签入动作成功构建。

    youdao

  • Continuous integration, a fully automated and reproducible build (including testing) that runs many times a day, is a well accepted development practice for traditional applications.

    持续集成每天运行多次完全自动化可再现构建(包括测试),用于传统应用程序并得到广泛认可的开发实践

    youdao

  • As such, the build utility is a perfect tool to help automate the applications builds, when working in a continuous integration environment.

    所以构建工具一种完美的工具持续性集成环境下可以帮助您自动化程序构建

    youdao

  • Under the continuous delivery philosophy QA has only two options for handling a given build that it receives. The build can either be failed or be promoted to staging.

    持续交付思想指导下,QA对于接收到给定构建版本,只有两个选项:构建要么失败,要么送到交付准备服务器。

    youdao

  • Tests can also be added to a continuous integration environment and asserted against service functionality with each build.

    可以测试添加一个持续集成环境中然后拿每个版本对照服务功能进行断言。

    youdao

  • When done properly, continuous integration can significantly increase developer productivity, in part by providing team members with immediate feedback via email if the build breaks.

    正确地完成后持续集成可以显著地增加开发人员工作效率部分是通过构建中断立即邮件反馈提供给团队成员

    youdao

  • This is required so that the continuous integration server can build and test the SCA module.

    只有这样,持续集成服务器才能构建测试sca模块。

    youdao

  • This article covers only the build applications process using a continuous integration server.

    本文涉及到了使用一个持续性集成服务器构建程序过程

    youdao

  • Build continuous improvement and integration into your tools and processes. Here is a good place operations people can learn from (good) developers about practises like test-driven development.

    把“持续改进持续集成”加入到工具流程中去,也是运维人员向(优秀的)开发人员学习途径,可以学到诸如测试驱动开发等最佳实践

    youdao

  • As the discussion in Agile development moves from continuous integration (CI) to continuous deployment, CI servers are doing more to automate the overall build process.

    正如关于敏捷开发讨论持续集成转向敏捷部署CI服务器做的已经远远不仅仅是将完整构建流程自动化

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定