2019-09-25 16:38:12 -04:00
|
|
|
{
|
|
|
|
"builders": [
|
|
|
|
{
|
|
|
|
"type": "null",
|
|
|
|
"communicator": "none"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"provisioners": [
|
|
|
|
{
|
|
|
|
"type": "shell-local",
|
|
|
|
"inline": ["exit 2"]
|
|
|
|
}
|
|
|
|
],
|
2019-09-25 16:43:29 -04:00
|
|
|
"error-cleanup-provisioner": {
|
2019-09-25 16:38:12 -04:00
|
|
|
"type": "shell-local",
|
|
|
|
"inline": ["echo 'rubber ducky'> ducky.txt"]
|
|
|
|
}
|
|
|
|
}
|