Learn Continuous Integration and Continuous Deployment with Jenkins, GitHub Actions, and AWS CodePipeline.
Learn Continuous Integration and Continuous Deployment with Jenkins, GitHub Actions, and AWS CodePipeline.
Understand the principles of Continuous Integration and Continuous Deployment for automated software delivery.
Content by: Maulik Varsani
Cloud DevOps Engineer
CI/CD is a method to frequently deliver apps to customers by introducing automation into the stages of app development. CI stands for Continuous Integration, and CD stands for Continuous Delivery/Deployment.
Test your understanding of this topic:
Learn Jenkins pipeline creation, job configuration, and automation for build and deployment processes.
Content by: Maulik Varsani
Cloud DevOps Engineer
Jenkins is an open-source automation server that helps automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery.
Test your understanding of this topic:
Explore GitHub Actions for automated workflows, testing, and deployment directly from your repository.
Content by: Maulik Varsani
Cloud DevOps Engineer
GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline.
Test your understanding of this topic:
Continue your learning journey and master the next set of concepts.
Continue to Module 4