Payload

A CDS Workflow can be launched:

A payload is a JSON value. You can use it inside your CDS Jobs.

Example:

{
  "akey": "valueOfKey",
  "subkey": {
    "akey": "value"
  }
}

Two variables are available inside your jobs:

{{.akey}}

and

{{.subkey.akey}}

Payload

Choose a git branch in the payload

If an application attached to the pipeline context is linked to a Git repository, you can set git.branch attribute to a branch of your choice:

Payload