How to set CI/CD pipeline using git jenkins docker
Continuous Integration and Continuous Delivery highly fundamental topics in the software industry especially with the cloud and container technologies.
In this tutorial we will build a CI/CD pipeline using various DevOps tools :
– Jenkins- CI/CD
– Git/GitHub — Source Control Management
– Docker — Container
– Maven — Build tool
I will walk you through the details of setting up a Continuous delivery of the application, using Jenkins, Git and a simple java app. The setup will include setting up the environment on amazon web services (AWS) using EC2 instances, where we will launch virtual linux servers, where we will install and setup Jenkins, Docker, Tomcat.
Our goal is to ensure that our pipeline works well after each code being pushed.
Before we start, you should create an account in on amazon web services (AWS)
Checkout my tutorial https://shootskill.com/tutorials/devops-set-ci-cd-pipeline-git-jenkins-docker/