Munilakshmi G J100daysdevops.hashnode.dev·21 hours agoDay 27 of 100 Days : Automating Workflows with Webhook Triggers in JenkinsWelcome back! 🌟 Today, we’re diving into webhooks, a fundamental tool that connects repositories with Jenkins to create a smooth, automated workflow. Let’s explore this process step by step, connecting each concept and enriching your understanding. ...DiscussJenkins
Ankit RajforDeploying Application to Tomcat Serverdeploying-application-to-tomcat-server.hashnode.dev·Nov 21, 2024Building and Deploying a Web Application to Tomcat Server Using Jenkins 🚀In today's tutorial, we'll walk through the process of building and deploying a web application to a Tomcat server using Jenkins. 🖥️ Let's dive into each step in detail: 1. What is Tomcat Server? 🌐 Apache Tomcat is an open-source web server and se...DiscussDevops
Snigdha Chaudharisnigdhachaudhari.hashnode.dev·Nov 21, 2024Building 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...Discuss·74 readsmultibranch
Amit singh deoraamitsinghs.hashnode.dev·Nov 21, 2024Day 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·Nov 21, 2024🌟 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·Nov 21, 2024🚀 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·Nov 21, 2024Jenkins 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·Nov 21, 2024Jenkins 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·Nov 21, 2024🚀 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·Nov 21, 2024Understanding 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