14 lines
188 B
JSON
14 lines
188 B
JSON
{
|
|
"builders": [{
|
|
"type": "test"
|
|
}, {
|
|
"name": "foo",
|
|
"type": "test"
|
|
}],
|
|
|
|
"provisioners": [{
|
|
"type": "test",
|
|
"only": ["foo"]
|
|
}]
|
|
}
|