Pipeline Syntax

The Pipeline Syntax has two forms (https://jenkins.io/doc/book/pipeline/syntax/#declarative-pipeline):

  • Declarative Pipeline
  • Scripted Pipeline

The difference between the two forms is that the Declarative Pipeline syntax is meant to be a simpler syntax than the Scripted Pipeline. The Scripted Pipeline syntax is a DSL, that follows the Groovy programming language semantics.

Get Hands-On Continuous Integration and Delivery now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.