2015-06-27 03:47:50 -04:00
|
|
|
{
|
|
|
|
"builders": [
|
|
|
|
{
|
|
|
|
"name":"chocolate",
|
|
|
|
"type":"file",
|
|
|
|
"content":"chocolate",
|
|
|
|
"target":"chocolate.txt"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"vanilla",
|
|
|
|
"type":"file",
|
|
|
|
"content":"vanilla",
|
|
|
|
"target":"vanilla.txt"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"cherry",
|
|
|
|
"type":"file",
|
|
|
|
"content":"cherry",
|
|
|
|
"target":"cherry.txt"
|
|
|
|
}
|
2019-01-10 05:37:41 -05:00
|
|
|
],
|
|
|
|
"post-processors": [
|
|
|
|
{
|
2019-01-10 09:27:02 -05:00
|
|
|
"name": "apple",
|
2019-01-10 05:37:41 -05:00
|
|
|
"type": "shell-local",
|
|
|
|
"inline": ["touch apple.txt"]
|
|
|
|
},
|
|
|
|
{
|
2019-01-10 09:27:02 -05:00
|
|
|
"name": "peach",
|
2019-01-10 05:37:41 -05:00
|
|
|
"type": "shell-local",
|
|
|
|
"inline": ["touch peach.txt"]
|
|
|
|
}
|
2015-06-27 03:47:50 -04:00
|
|
|
]
|
|
|
|
}
|