21 lines
392 B
JSON
Raw Permalink Normal View History

{
"variables": {
2020-08-27 11:55:57 +02:00
"fruit": null
},
"builders": [
{
"communicator": "none",
"type": "null"
}
],
"post-processors": [
[
{
"name": "apple",
"type": "shell-local",
"inline": [ "echo {{ user `fruit` }} > {{ user `fruit` }}.txt" ]
}
]
]
}