VariableSet

Description

A variableSet represent a list a variables provided to the jobs during the workflow execution.

A variable can be a:

For each type of variable it’s possible to provide a JSON value.

Permission

To be able to manage repository manager you will need the permission manage on your project

Add a variableset using CLI

cdsctl experimental project variableset add <PROJECT-KEY> <VARIABLESET-NAME> 

Full CLI documentation here

Add a variable in a variableset using CLI

cdsctl experimental project variableset add <PROJECT-KEY> <VARIABLESET-NAME> <NAME> <VALUE> <TYPE> 

Full CLI documentation here