- DevOps with Kubernetes
- Hideto Saito Hui Chuan Chloe Lee Cheng Yang Wu
- 180字
- 2021-07-02 13:41:44
Continuous integration tools
One of the popular VCS tools is Git (https://git-scm.com). A developer uses Git to check-in and check-out code all the time. There are various hosting Git services, including GitHub (https://github.com) and Bitbucket (https://bitbucket.org). These allow you to create and save your Git repositories and collaborate with other users over the internet. The following screenshot shows a sample pull request on GitHub:

The build server has a lot of variation. Jenkins (https://jenkins.io) is one of the most well established applications, along with TeamCity (https://www.jetbrains.com/teamcity/). As well as build servers, you also have hosted services, otherwise known as Software as a Service (SaaS), such as Codeship (https://codeship.com) and Travis CI (https://travis-ci.org). SaaS can integrate with other SaaS tools. The build server is capable of invoking external commands, such as unit test programs. This makes the build server a key tool within the CI pipeline.
The following screenshot shows a sample build using Codeship. We check out the code from GitHub and invoke Maven for building (mvn compile) and unit testing (mvn test) our sample application:

- 深入實(shí)踐Spring Boot
- Web Application Development with R Using Shiny(Second Edition)
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優(yōu)化計(jì)算
- Processing互動(dòng)編程藝術(shù)
- SQL Server 2012數(shù)據(jù)庫管理與開發(fā)項(xiàng)目教程
- SharePoint Development with the SharePoint Framework
- Mastering Drupal 8 Views
- Unity 2D Game Development Cookbook
- Couchbase Essentials
- Arduino可穿戴設(shè)備開發(fā)
- Android高級(jí)開發(fā)實(shí)戰(zhàn):UI、NDK與安全
- 體驗(yàn)之道:從需求到實(shí)踐的用戶體驗(yàn)實(shí)戰(zhàn)
- Python程序設(shè)計(jì)現(xiàn)代方法
- JavaScript程序設(shè)計(jì)實(shí)例教程(第2版)
- AngularJS by Example