2020-03-19 08:57:22 -04:00
|
|
|
{
|
|
|
|
"variables": {
|
2020-08-27 05:55:57 -04:00
|
|
|
"fruit": null
|
2020-03-19 08:57:22 -04:00
|
|
|
},
|
|
|
|
"builders": [
|
|
|
|
{
|
|
|
|
"communicator": "none",
|
|
|
|
"type": "null"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"post-processors": [
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "apple",
|
|
|
|
"type": "shell-local",
|
|
|
|
"inline": [ "echo {{ user `fruit` }} > {{ user `fruit` }}.txt" ]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|