Docker-based platform to build enterprise Jenkins CI

Continuous integration (Continuous Integration, CI): Code merger, build, deploy, test all together, continue to perform this procedure, and the results feedback.
Continuous deployment (Continuous Deployment, CD): deploying to the test environment, pre-production environment, production environment.
Continuous Delivery (Continuous Delivery, CD): The final product is released into the production environment, to users.
Efficient CI / CD environment can be obtained:
• Timely detection of problems
• greatly reduce the failure rate
• accelerate the speed of iteration
• reduce the time costs
 

 

 

 

Guess you like

Origin www.cnblogs.com/w787815/p/11974375.html