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