Tag

Declarative Pipeline

1 views collected around this technical thread.

Top Architect
Top Architect
Sep 15, 2023 · Operations

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

This article provides a comprehensive guide to Jenkins pipelines, explaining the differences between declarative and scripted syntax, detailing pipeline components such as agents, stages, steps, directives, post actions, and showing numerous practical code examples for building robust CI/CD workflows.

Declarative PipelineDevOpsJenkins
0 likes · 26 min read
Understanding Jenkins Pipelines: Declarative vs Scripted, Agents, Stages, and Advanced Features
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 PipelineDevOpsDocker
0 likes · 5 min read
Understanding Jenkins Declarative Pipeline Syntax
DevOps Cloud Academy
DevOps Cloud Academy
Jan 7, 2021 · Operations

Four Practical Differences Between Jenkins Scripted and Declarative Pipelines

This article explains four concrete distinctions between Jenkins scripted and declarative pipelines—code validation at start, restarting from a specific stage, options handling, and conditional stage execution—illustrated with side‑by‑side code examples and screenshots of their behavior.

Declarative PipelineDevOpsJenkins
0 likes · 9 min read
Four Practical Differences Between Jenkins Scripted and Declarative Pipelines
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.

Declarative PipelineDevOpsJenkins
0 likes · 9 min read
Four Practical Differences Between Declarative and Scripted Jenkins Pipelines
360 Tech Engineering
360 Tech Engineering
May 29, 2020 · Operations

Installing Jenkins Blue Ocean and Creating Pipelines (Classic and Blue Ocean Modes)

This guide walks through installing Jenkins Blue Ocean via Docker, setting up the Jenkins home directory, launching the server, and creating pipelines using both the classic Jenkins UI with a declarative Jenkinsfile and the visual Blue Ocean plugin, covering configuration, triggers, stages, and artifact handling.

Blue OceanDeclarative PipelineDevOps
0 likes · 9 min read
Installing Jenkins Blue Ocean and Creating Pipelines (Classic and Blue Ocean Modes)
DevOps Cloud Academy
DevOps Cloud Academy
May 17, 2020 · Operations

Implementing CI/CD with Jenkins Declarative Pipeline for .NET Core Applications

This article demonstrates how to set up a Jenkins Declarative Pipeline to automate the CI/CD workflow for a .NET Core project, covering stages such as checkout, restore, clean, build, test, publish, and email notifications.

.NET CoreDeclarative PipelineJenkins
0 likes · 4 min read
Implementing CI/CD with Jenkins Declarative Pipeline for .NET Core Applications
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
DevOps Cloud Academy
DevOps Cloud Academy
Nov 30, 2019 · Operations

Implementing Jenkins Matrix Projects with Scripted and Declarative Pipelines

This article explains how to configure Jenkins Matrix projects to run parallel builds across multiple platforms and browsers using both scripted and declarative pipeline syntax, including label setup, axis generation, task parallelization, and user‑driven selection of combinations.

Declarative PipelineDevOpsJenkins
0 likes · 5 min read
Implementing Jenkins Matrix Projects with Scripted and Declarative Pipelines