Snigdha Chaudharisnigdhachaudhari.hashnode.dev·19 minutes agoBuilding a Complete CI/CD Pipeline for EKS Deployment with Jenkins and DockerModern application delivery requires a seamless CI/CD pipeline to ensure code moves from development to production with minimal manual intervention. In this blog, I'll walk you through a DevOps project I recently worked on, where we implemented a mul...Discussmultibranch
Amit singh deoraamitsinghs.hashnode.dev·41 minutes agoDay 26: Jenkins Declarative Pipeline Task – Completed! 🎉🚀 Today’s Task: Exploring Jenkins Declarative Pipeline – the backbone of modern CI/CD practices. What is a Pipeline? A Pipeline in Jenkins is a collection of steps or jobs, arranged sequentially to automate building, testing, and deploying your app...DiscussPipeline
Ankit Rajfor🌟 Jenkins Troubleshooting Guide🚑jenkins-troubleshooting-guide.hashnode.dev·an hour ago🌟 Jenkins Troubleshooting Guide: Common Errors & Fixes 🚑Working with Jenkins? It's an amazing CI/CD tool, but like any tech, it can throw curveballs! 🎯 Here’s a fun and effective guide to troubleshoot some common Jenkins errors with their solutions. Let’s dive in! 🌊 🛑 Exit Code 128: Git Issues Ahead �...Discusserror handling
Ankit RajforUpstream & Downstream jobupstream-downstream-job.hashnode.dev·2 hours ago🚀 Understanding Upstream and Downstream Jobs in JenkinsJenkins is a fantastic tool for automating your workflows. One of its coolest features is upstream and downstream jobs, which help manage dependencies between tasks. Let’s dive in to learn what they are and how to use them—step by step, with emojis! ...Discuss·1 likeJenkins
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·2 hours agoJenkins Interview Guide: From Basic Concepts to Real-World ScenariosGeneral Questions 1. What's the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI) focuses on automatically integrating code changes from multiple developers into a shared repository...Discuss·10 likes#90daysofdevops
AddWeb Solutionaddwebsolution.hashnode.dev·2 hours agoJenkins Master-Slave Architecture with DockerJenkins is an open-source automation server that helps automate various stages of the software development lifecycle, such as building, testing, and deploying applications. It is widely used for continuous integration and continuous delivery (CI/CD)....DiscussJenkins-master-slave
Ankit RajforJenkins Shared Librariesjenkins-shared-libraries.hashnode.dev·3 hours ago🚀 Mastering Jenkins Shared Libraries: The Secret to Scalable CI/CD 🌟If you’re working with Jenkins 🛠️, you probably know the beauty of automation and CI/CD pipelines. But as projects grow and pipelines get complex, managing repetitive code can become a nightmare. Enter Jenkins Shared Libraries—your key 🔑 to making ...DiscussDevops
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·3 hours agoUnderstanding Jenkins: A Comprehensive GuideWhat is Jenkins? Jenkins is an open-source automation server that has become the de facto standard for continuous integration and continuous delivery (CI/CD) in software development. It acts as a crucial middleman between your development process and...Discuss·10 likes#90daysofdevops
Ammar Khanforjenkins_fundamentalsjenkins-basics.hashnode.dev·3 hours agoJenkins FundamentalsIntroduction In this blog, I’ll guide you through how to install and set up Jenkins. Then, I'll show you how to create a basic pipeline that uses Jenkins to clone a Git project. This is a great way to get started with Jenkins and learn how to automat...DiscussJenkins
HexaHomeforhexadecimalsoftwarehexadecimalsoftware.hashnode.dev·6 hours agoCI/CD Pipelines Made Simple: A Beginner's Guide to Automating Your WorkflowIn the fast-paced world of software development, delivering high-quality software quickly and efficiently is crucial. This is where CI/CD pipelines come into play. If you’re new to the concept, don’t worry! This guide will walk you through everything...DiscussDevops