DevOps

CI(Continuous Integration)/CD(Continuous Delivery)

prden 2023. 1. 11. 22:35

Jenkins, From Zero To Hero: Become a DevOps Jenkins Master

CI : 개발자를 위한 자동화 프로세스인 지속적인 통합(Continuous Integration) ex) CI : BUILD, Jar 파일 생성 및 테스트

CD : 지속적인 서비스 제공(Continuous Delivery) 및/또는 지속적인 배포(Continuous Deployment) ex) CD : DEV, STG 등에 배포 후 Prod에 배포

 

 

https://www.infoworld.com/article/3271126/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html

 

What is CI/CD? Continuous integration and continuous delivery explained

CI/CD is a best practice for devops and agile development. Here's how software development teams automate continuous integration and delivery all the way through the CI/CD pipeline.

www.infoworld.com

 

'DevOps' 카테고리의 다른 글

PM2, Nginx //front app 배포  (0) 2023.06.13
Docker & Kubernetes  (0) 2023.01.29
AWS EC2 + Docker + AWS ECS를 통한 orchestration  (1) 2023.01.23
Infra 인프라  (0) 2022.11.19
Node.js, Nginx 관계  (0) 2022.11.16