Apurv Samadderapurv1990.hashnode.dev·Feb 25, 2024Day 18 Jenkins part 3 ( Advanced | Declarative Pipeline)What is Pipeline -*A pipeline is a collection of steps or jobs interlinked in a sequence.* Declarative:*Declarative is a more recent and advanced implementation of a pipeline as a code.* Scripted:*Scripted was the first and most traditional implement...#90daysofdevops
Vishal Shekokardevopsblogsbyvishal.hashnode.dev·Dec 29, 2023Demystifying Jenkins: Your Easy Guide to Declarative Pipelines Day - 26Hey fellow devs! 🚀 Ever wondered how Jenkins can make your life easier in the world of CI/CD? Today, we're diving into the cool realm of Declarative Pipelines – a fancy term for a powerful feature in Jenkins that lets you automate your software deli...#90daysofdevops
Lokesh Kumarlearnwithlokesh.hashnode.dev·Oct 6, 2023DAY 26: Creating Efficient Jenkins Pipelines with Declarative SyntaxJenkins Pipeline is a combination of plugins that supports the integration and implementation of continuous delivery pipelines. It has an extensible automation server to create simple and complex delivery pipelines as code via pipeline DSL. A Pipelin...#90daysofdevops
Suraj bariklinuxenthusiast.hashnode.dev·Sep 7, 2023Jenkins Declarative PipelineSome terms for your Knowledge What is a Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarative is a more recent and advanced implementation of a pipeline as a code. Scripted: Scripted was the first ...jenkins-declarative-pipeline
Namrata Kumarinamg.hashnode.dev·Aug 21, 2023Jenkins Agents: Deploy web app using Jenkins master and worker node #Day 28Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. The Jenkins master server is like a control server that orchestrates all the workflow defined in the pipelines. For example, scheduling a job, monitoring the jobs, ...49 readsCI/CD