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}}
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: