Jenkins CI/CD Pipeline – Fully Automated
I’m excited to share that I’ve successfully built a Jenkins pipeline that automatically:
Pulls code from my GitHub repo ?
Builds a Docker image using a Dockerfile
Pushes the image to Docker Hub
Triggers automatically on every new commit via a GitHub webhook
This hands-on project gave me practical experience in connecting CI/CD pipelines with containerization — an essential part of modern DevOps workflows.