Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Licenses

Status
colourYellow
titleCOMMUNITY
,
Status
colourBlue
titleENTERPRISE
,
Status
colourPurple
titleCORPORATE

Since

Status
colourGreen
titleVERSION 6.0

Table of Contents

Introduction

Each pipeline can have optional headers defined. A pipeline header is similar to a HTTP header and defines a global “configuration item” for the overall execution of the pipeline. In the example below you can see a pipeline with a header defined in the headers section:

Code Block
languageyaml
headers:
  description: "This is the hello world pipeline"
  
pipeline:
  - log:
      message: "Hello World!"

Reference

It is possible to create custom headers and there are some pre-defined headers. Below you can find a reference of the pre-defined headers and their meanings.

...