1.GitLab and Jenkins combined to build continuous integration (CI) environment

14.1 Overview and running continuous integration process

14.1.1 Continuous Integration Continuous Integration Overview Overview: continuous integration (Continuous integration) continuous integration refers to the developers in the development process code, the code will be frequently deploy integrated into the trunk, and automated testing.

Continuous Delivery: continuous delivery refers to the continuous integration environment basis, deploy code to the pre-production environment.

Continuous Deployment: Based on the continuous delivery, the process of deploying into a production environment automation.

 

14.1.2 jenkins Jenkins and Gitlab Overview Overview: is an open source software project, is a Java-based development right foot continuous integration tool, right foot continuous monitoring duplication of work, aims to provide an open and easy to use software platform that enables software continuous integration possible.

Net square web site: https: //jenkins.io/

 

Guess you like

Origin www.cnblogs.com/hbxZJ/p/10960405.html