2020-09-01 11:59:07 +02:00

21 lines
392 B
JSON

{
"variables": {
"fruit": null
},
"builders": [
{
"communicator": "none",
"type": "null"
}
],
"post-processors": [
[
{
"name": "apple",
"type": "shell-local",
"inline": [ "echo {{ user `fruit` }} > {{ user `fruit` }}.txt" ]
}
]
]
}