12 lines
156 B
JSON
12 lines
156 B
JSON
|
{
|
||
|
"builders": [{
|
||
|
"type": "foo"
|
||
|
}],
|
||
|
|
||
|
"provisioners": [{
|
||
|
"timeout": "5m",
|
||
|
"type": "bar",
|
||
|
"only": ["foo"]
|
||
|
}]
|
||
|
}
|