Jul 12, 2025 路 2 min read 路 Now the idea is that in organizations, we do not have one type of task every time, sometimes we have to only search things in instances files, sometimes we have to only restart the services like varnish, nginx, php, etc. sometimes we have to git clon...
Join discussionJun 24, 2025 路 2 min read 路 Yesterday, I dived deep into Jenkins architecture, learning how it scales using the master-agent (controller-worker) model and explored Freestyle jobs, Declarative pipelines, and Scripted pipelines. I understood the importance of pipeline-as-code and...
Join discussion
Jun 21, 2025 路 4 min read 路 馃敡 Section 1: Jenkins Installation & Startup Issues 1. Jenkins Fails to Start Cause: Port conflict (default is 8080) or Java misconfiguration Troubleshooting Steps: Run netstat -tuln | grep 8080 to check if the port is already in use. Edit /etc/...
Join discussion
Jun 21, 2025 路 6 min read 路 What Is Jenkins with Docker-in-Docker (DinD)? Jenkins with Docker-in-Docker (DinD) is a setup where: Jenkins itself runs inside a Docker container Inside that Jenkins container, your pipelines can also run Docker commands This is possible thanks t...
Join discussion
Jun 19, 2025 路 3 min read 路 What is Jenkins ? Jenkins is one of the most popular open-source automation servers used in DevOps. It helps automate the build, test, and deployment process, making software delivery faster and more reliable. In this guide, I鈥檒l walk you through wal...
Join discussion
Mar 30, 2025 路 4 min read 路 Jenkins is an open-source automation server that is widely used for continuous integration (CI) and continuous delivery (CD). It allows developers to automate various tasks in their software development process, particularly the building, testing, an...
Join discussion
Mar 20, 2025 路 5 min read 路 馃搶 Introduction Ever wondered how big tech companies deploy updates so fast? 馃 The secret weapon is Jenkins鈥攁n open-source automation server that helps developers integrate code changes, test applications, and deploy updates effortlessly! In this be...
Join discussion
Mar 15, 2025 路 3 min read 路 Jenkins is an open-source automation server that helps streamline CI/CD workflows by automating the build, test, and deployment processes. Deploying Jenkins on MicroK8s provides a lightweight, scalable, and containerized CI/CD environment. This guide...
Join discussionJan 25, 2025 路 7 min read 路 In today鈥檚 blog, we will walk through the process of building a Declarative CI/CD Pipeline for a Flask App. The source code for this app will be managed and saved in a Git repository, and the pipeline will be defined using a Jenkinsfile. This approac...
Join discussion