21 lines
321 B
YAML
21 lines
321 B
YAML
|
version: '0.10'
|
||
|
variables:
|
||
|
- variable:
|
||
|
name: server_deployed
|
||
|
type: boolean
|
||
|
value:
|
||
|
- text: 'no'
|
||
|
- variable:
|
||
|
name: my_variable
|
||
|
auto_freeze: 'True'
|
||
|
hidden: 'True'
|
||
|
value:
|
||
|
- text: 'no'
|
||
|
constraints:
|
||
|
- fill:
|
||
|
- name: calc_val
|
||
|
param:
|
||
|
- text: 'yes'
|
||
|
target:
|
||
|
- text: my_variable
|