11 lines
136 B
JSON
11 lines
136 B
JSON
|
{
|
||
|
"builders": [{
|
||
|
"type": "foo"
|
||
|
}],
|
||
|
|
||
|
"post-processors": [{
|
||
|
"type": "bar",
|
||
|
"except": ["foo"]
|
||
|
}]
|
||
|
}
|