Tagged articles
12 articles
Page 1 of 1
Java Architect Essentials
Java Architect Essentials
Nov 28, 2025 · Operations

Master Jenkins Declarative and Scripted Pipelines: A Complete Guide

This article provides a comprehensive, step‑by‑step tutorial on Jenkins pipelines, covering the differences between declarative and scripted syntax, detailed explanations of agents, stages, steps, post actions, parameters, triggers, conditional execution, parallel builds, environment variables, and credential handling, with full code examples for each feature.

Declarative PipelineDevOpsJenkins
0 likes · 25 min read
Master Jenkins Declarative and Scripted Pipelines: A Complete Guide
Sohu Tech Products
Sohu Tech Products
Jul 12, 2023 · Operations

Understanding Jenkins Pipelines: Declarative vs Scripted Syntax, Agents, Stages, Post Actions and Advanced Features

This article provides a comprehensive guide to Jenkins pipelines, explaining the difference between declarative and scripted syntax, detailing pipeline components such as agents, stages, steps, post actions, directives, triggers, environment variables, credential handling, and Kubernetes integration for modern CI/CD workflows.

Declarative PipelineDevOpsJenkins
0 likes · 24 min read
Understanding Jenkins Pipelines: Declarative vs Scripted Syntax, Agents, Stages, Post Actions and Advanced Features
DevOps Cloud Academy
DevOps Cloud Academy
Jul 6, 2021 · Operations

Understanding Jenkins Declarative Pipeline Syntax

This article explains Jenkins declarative pipeline syntax, showing how to define pipelines, agents, stages, and steps with code examples—including simple and Docker‑based pipelines—and describes optional elements such as environment variables, options, tools, triggers, parameters, and post‑actions, providing a practical guide for DevOps practitioners.

Declarative PipelineDevOpsDocker
0 likes · 5 min read
Understanding Jenkins Declarative Pipeline Syntax
DevOps Cloud Academy
DevOps Cloud Academy
Feb 17, 2021 · Operations

Understanding Jenkins Declarative Pipeline Syntax

This article explains Jenkins declarative pipelines, showing how to define pipelines in a Jenkinsfile, use agents, stages, steps, and optional features like Docker agents, environment variables, timeouts, and post‑actions, with practical code examples for building and archiving Java applications.

Declarative PipelineDevOpsJenkins
0 likes · 5 min read
Understanding Jenkins Declarative Pipeline Syntax
DevOps Coach
DevOps Coach
Oct 14, 2020 · Operations

Mastering Jenkins Declarative Pipeline Syntax: A Complete Guide

This article provides a comprehensive walkthrough of Jenkins' declarative pipeline syntax, covering required sections, optional directives, practical code examples, parallel execution, input handling, post actions, and tips for effective CI/CD pipeline creation.

Declarative PipelineDevOpsJenkins
0 likes · 14 min read
Mastering Jenkins Declarative Pipeline Syntax: A Complete Guide
DevOps Cloud Academy
DevOps Cloud Academy
Jul 4, 2020 · Operations

Four Practical Differences Between Declarative and Scripted Jenkins Pipelines

This article explains four concrete distinctions between declarative and scripted Jenkins pipelines—including code validation at start‑up, the ability to restart from a specific stage, options block handling, and conditional execution with when—illustrated with side‑by‑side code examples and screenshots.

AutomationDeclarative PipelineDevOps
0 likes · 9 min read
Four Practical Differences Between Declarative and Scripted Jenkins Pipelines
DevOps Engineer
DevOps Engineer
Apr 26, 2020 · Operations

Resolving the Jenkins Declarative Pipeline “Method code too large” Error

The article explains why Jenkins declarative pipelines can hit a 64 KB method size limit, presents three practical mitigation strategies—including extracting steps, switching to scripted pipelines, and using Shared Libraries—and compares their advantages and disadvantages to help developers keep their Jenkinsfiles maintainable.

Declarative PipelineJenkinsMethod Code Too Large
0 likes · 5 min read
Resolving the Jenkins Declarative Pipeline “Method code too large” Error