18 lines
253 B
JSON
18 lines
253 B
JSON
|
{
|
||
|
"builders": [
|
||
|
{
|
||
|
"type": "null",
|
||
|
"communicator": "none"
|
||
|
}
|
||
|
],
|
||
|
"provisioners": [
|
||
|
{
|
||
|
"type": "shell-local",
|
||
|
"inline": ["exit 2"]
|
||
|
}
|
||
|
],
|
||
|
"on-error-script": {
|
||
|
"type": "shell-local",
|
||
|
"inline": ["echo 'rubber ducky'> ducky.txt"]
|
||
|
}
|
||
|
}
|