CI/CD Pipeline using Jenkins + GitHub
What you’ll build
A real CI/CD pipeline:
👉 Push code → Jenkins triggers → Test → Deploy to server
Jenkins Installation on Amazon Linux 2023
Step 1 : Update System
sudo yum update -y
Step 2 : Install
my-devops-automation-project.hashnode.dev3 min read