网站大量收购独家精品文档,联系QQ:2885784924

Continuous_Integration_and_Deployment汇.ppt

  1. 1、本文档共39页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Continuous_Integration_and_Deployment汇

Continuous Improvement This is a process that will evolve. It won’t suddenly be perfect and then no longer change. It’s going to take time and effort to make the first few steps, and there will be many more steps to follow. Like with all parts of our development process we need to constantly look at what’s working and what can be improved. * So what our new improved process look like? * What might a continuous integration and delivery process look like? TALK through Peter McLaren’s pipeline picture – see included PNG image. * Before we introduce such a process, there’s a few pre-requisites. We have the first two. And hopefully we can get the agreement of the team as we discuss this more. * The most important practice for continuous integration to work properly is frequent check in to trunk. Preferably a couple of times a day. There’s a number of reasons for frequent check ins. If the change is small it is less likely to break the build. That means in the event of a problem, it should be easier to fix, or you can simply roll back to the previous working version and try again. It also means that you’re less likely to have major conflicts with other people’s work. If everyone is making small changes these conflicts become apparent earlier and so take less time to resolve. We also should continue to check into truck, rather than branches. Otherwise all we’re doing is storing up the problems for later. * There also needs to be a pre check in process. The developer needs to ensure they have a local copy of the code from the latest working build plus their changes, and then run the build and commit tests locally. Only if this succeeds should the code be checked in. The developer should also wait for the automated build and commit tests to run successfully before starting on the next piece of work. Of course if they fail they’ll need to fix the build first. * After the check in an automated build process should then occur. We want something that

文档评论(0)

liwenhua11 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档