课程: Software Testing Foundations: Continuous Testing and DevOps

今天就学习课程吧!

今天就开通帐号,24,700 门业界名师课程任您挑!

An introduction to CI solutions

An introduction to CI solutions

- [Instructor] Your continuous integration solution is responsible for tasks like, building, testing and deploying new versions of your software to different environments. Continuous integration can manage code deployments and multiple environments. This can include internal environments like development, testing, and staging environments and external environments like your production environment. Continuous integration can manage the settings of those environments as well as some setup tasks like installing a compiler or interpreter for whatever language you're working in. Or if, for example you want automated tests to run against your code base whenever a new feature has done being developed, your continuous integration solution can watch whatever service you maintain your code base on. That could be GitHub or BitBucket, for example. And then when it notices changes to the main code base like a completed feature branch…

内容