37 lines
730 B
JSON
37 lines
730 B
JSON
|
{
|
||
|
"builders": [
|
||
|
{
|
||
|
"name": "roses",
|
||
|
"type": "file",
|
||
|
"content": "roses",
|
||
|
"target": "roses.txt"
|
||
|
}
|
||
|
],
|
||
|
"provisioners": [
|
||
|
{
|
||
|
"type": "shell-local",
|
||
|
"inline": [
|
||
|
"touch fuchsias.txt"
|
||
|
],
|
||
|
"timeout": "5s"
|
||
|
},
|
||
|
{
|
||
|
"type": "shell-local",
|
||
|
"inline": [
|
||
|
"touch lilas.txt"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"type": "sleep",
|
||
|
"duration": "2m",
|
||
|
|
||
|
"timeout": "1ms"
|
||
|
},
|
||
|
{
|
||
|
"type": "shell-local",
|
||
|
"inline": [
|
||
|
"touch campanules.txt"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|