Deployment vs:
(°0°)
Container Deploypment Workflow:
(°0°)
Jenkins
Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks such as building, testing, and deploying software
Continuous Delivery:
Continuous Development–>Continuous Test–>Continuous integration –>Continuous Deployment –>Continuous Monitoring
Continuous Integration is a development practice that requires developers to integrate code into a shared repository at regular intervals.