13 lines
182 B
JSON
13 lines
182 B
JSON
|
{
|
||
|
"variables": {
|
||
|
"foo": "bar"
|
||
|
},
|
||
|
"sensitive-variables": [
|
||
|
"foo"
|
||
|
],
|
||
|
"builders": [{
|
||
|
"type": "test",
|
||
|
"value": "{{build_name}}"
|
||
|
}]
|
||
|
}
|