Apr 26 · 3 min read · I thought deployment would be the easiest part of my CI/CD pipeline. The build was working.Docker was working.The pipeline was stable. Now it was just about pushing the application to a server. Simple
Join discussion
Apr 19 · 3 min read · I thought my CI/CD pipeline was complete. Build ✔Docker ✔Deployment ✔ Everything was working end to end. Then I added one more step: Code quality. Introducing Code Quality into the Pipeline To make t
Join discussion
Apr 12 · 3 min read · Everything in my CI/CD pipeline was working. Until it wasn’t. The build failed.No clear error. Just a red pipeline. At first glance, it looked like a typical Jenkins issue. Something in the pipeline m
Join discussion
Apr 5 · 2 min read · Last week, I fixed one issue in my CI/CD pipeline. And immediately ran into another. A classic DevOps situation — one fix often reveals the next problem. The Problem: After getting Docker working ins
Join discussion
Apr 4 · 16 min read · Pipeline as a code in jenkins means? Pipeline as Code in Jenkins means you write your build and deployment process as code inside a file called Jenkinsfile we add this file in our repo and make it as
Join discussionMar 19 · 21 min read · Introduction Hello everyone, and welcome to my very first blog post! In this post, I’ll be starting with a foundational task in DevSecOps. For those of you new to this world, DevSecOps is simply the p
Join discussion