Description
In this course, you will :
- Knowledge of Continuous Integration and Continuous Delivery.
- Execute Docker commands from Jenkins.
- Make a CI/CD pipeline with Jenkins.
- Execute shell commands from Jenkins on the remote server.
Syllabus:
1. Jenkins Pipeline
- Declarative Pipeline
- Run docker cmds from Jenkins
- SSH & SSH-Agent Plugin
2. CI/CD Pipeline Def
- What is CI/CD?
- Pipeline Overview & Tools
- Application and DockerImage
- GitHub and Jenkins Configurations
3. CI/CD Pipeline(Demo)
- Pipeline Stages(1/3)
- Build/Run Pipeline
- Pipeline Stages(2/3)
- Pipeline Stages(3/3)
- Final Build/Run and Verify