Jan 2 · 3 min read · Introduction to CI/CD & Jenkins Architecture (Hands-on Foundations) After completing build tools, 2-tier & 3-tier applications, and NGINX, I’ve now moved into the heart of DevOps: CI/CD (Continuous Integration & Continuous Delivery). This is where au...
Join discussion
Aug 30, 2025 · 6 min read · Why this is worth your time (and why most tutorials suck) Most CI/CD guides assume you run Jenkins on a cloud VM or use GitHub Actions. That's fine , but if you're learning, you want full control and zero cloud bills. Running Jenkins locally teaches ...
Join discussionAug 7, 2025 · 11 min read · Today we will action on a simple yet powerful ScriptRunner behavior, that will save minutes on card creation a year. The Why: Here at my company I work with a highly motivated team of individuals whose sole goal is to output productive code and make ...
Join discussionApr 25, 2025 · 3 min read · SAP CPI uses groovy scripts to help with developing custom logic or some complex data manipulation task. For this it provide a GUI to write groovy script and some normal static code error. That may be enough to develop small code it does not provide ...
Join discussion
Mar 18, 2025 · 26 min read · Jenkins is a widely-used automation server, and its pipelines rely on Groovy scripting. To write efficient and maintainable Jenkins pipelines, developers need a solid understanding of Groovy fundamentals. What is Groovy? Groovy is a powerful, optiona...
Join discussion
Feb 18, 2025 · 3 min read · Introduction Continuous Integration and Continuous Deployment (CI/CD) is a game-changer in modern software development. It streamlines code integration, testing, and deployment, ensuring rapid and reliable delivery of applications. In this blog, I’ll...
Join discussion
Feb 12, 2025 · 31 min read · Q: What is Jenkins? Answer:Jenkins is an open-source tool used for continuous integration (CI) and continuous delivery (CD). It automates building, testing, and deploying software. Meaning in Hindi:Jenkins ek open-source tool hai jo continuous integr...
Join discussion
Nov 27, 2024 · 1 min read · Discover the Charm of Macro Jecklin Font: A Rounded Sans Serif Gem In the ever-evolving world of typography, finding the perfect font can transform your design project from ordinary to extraordinary. Enter Macro Jecklin—a delightful rounded sans-seri...
Join discussion
Nov 16, 2024 · 3 min read · Wanderlust Three Tier Application Containerization Deploying a MERN Stack Project Using Dockerfile and Docker-Compose with Jenkins Job Pipeline Trigger from Master on Agents node. Pipeline Script pipeline { agent{ node{ ...
Join discussion