Back to Home

Jenkins

CI/CD automation for continuous deployment

DevOps

Role in the Platform

Jenkins orchestrates the build, test, and deploy pipeline. Docker images are built, pushed to ECR, and deployed to EC2 instances automatically on code commits to main branches.

Implementation Highlights

Automated Docker image builds
ECR push with semantic versioning
Ansible playbook execution
Bitbucket webhook integration
Pipeline-as-code with Jenkinsfile

Platform Components

ccl-cicd - Pipeline definitions
All repos - Automated testing and deployment

Learn more about Jenkins:

Visit Official Website