Jenkins - Universal CI Pipeline with Ansible & Terraform
“Such a long time I nearly forgot how to use Jenkins..” Jenkins recap It has been some time since I adapted CI/CD pipelines from Jenkins to AWS CodePipeline and GitHub Actions workflows. Now, it’s time to recap and improve some of my previous Jenkins practices. Universal Jenkins Docker image design This time, instead of installing Jenkins on a server, I prefer to containerize a universal Jenkins Docker image with the necessary packages installed, so it provides consistency and reproducibility, portability, and easy updates and rollbacks. ...