A variableSet represent a list a variables provided to the jobs during the workflow execution.
A variable can be a:
string
secret
For each type of variable it’s possible to provide a JSON value.
To be able to manage repository manager you will need the permission manage
on your project
cdsctl experimental project variableset add <PROJECT-KEY> <VARIABLESET-NAME>
PROJECT-KEY
: The project keyVARIABLESET-NAME
: The name of the variablesetcdsctl experimental project variableset add <PROJECT-KEY> <VARIABLESET-NAME> <NAME> <VALUE> <TYPE>
PROJECT-KEY
: The project keyVARIABLESET-NAME
: The name of the variablesetNAME
: The name of the variableVALUE
: The value of the variableTYPE
: The type of variable: string | secret