课程: DevOps Foundations: Continuous Delivery/Continuous Integration
今天就学习课程吧!
今天就开通帐号,24,100 门业界名师课程任您挑!
Application deploy and release
课程: DevOps Foundations: Continuous Delivery/Continuous Integration
Application deploy and release
- Once you've built and tested an artifact, the next thing you need is self-service deployment of that artifact to a working system so that you can run more tests. Once you have a self-service deployment, then making it continuous, in other words, automatically promoted, is purely a policy decision to hook one stage to another instead of pushing a button. You might deploy locally on a build server first to run integration tests, then to a testing environment to run more integration and acceptance tests, and then deploy to a production environment. The trick to good deployment is to always make sure things are the same. Deploy the same artifact you built and tested. Don't build it again or use a different artifact. Deploy to each environment using the same deployment code in process. Using one mechanism for test and another for production guarantees you'll have production deployment issues. Deploy to similar…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
-
Introducing the delivery pipeline2 分钟 40 秒
-
(已锁定)
Version control practices5 分钟 18 秒
-
(已锁定)
Version control in action with Git7 分钟 19 秒
-
(已锁定)
Continuous integration systems4 分钟
-
(已锁定)
Continuous integration in action10 分钟 9 秒
-
(已锁定)
Building artifacts5 分钟 17 秒
-
(已锁定)
Artifact repositories in action9 分钟 37 秒
-
(已锁定)
Testing and continuous delivery4 分钟 23 秒
-
(已锁定)
Testing philosophy2 分钟 40 秒
-
(已锁定)
Unit testing in action4 分钟 29 秒
-
(已锁定)
Application deploy and release6 分钟 54 秒
-
(已锁定)
Deployment in action8 分钟 53 秒
-
(已锁定)
Integration testing in action3 分钟 22 秒
-
(已锁定)
UI testing in action6 分钟 34 秒
-
(已锁定)
Security testing in action with Gauntlt5 分钟 53 秒
-
-
-