Tag

Scripted Pipeline

0 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
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
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