2015-06-27 03:47:50 -04:00
|
|
|
{
|
|
|
|
"builders": [
|
|
|
|
{
|
2019-01-11 08:06:34 -05:00
|
|
|
"name": "chocolate",
|
|
|
|
"type": "file",
|
|
|
|
"content": "chocolate",
|
|
|
|
"target": "chocolate.txt"
|
2015-06-27 03:47:50 -04:00
|
|
|
},
|
|
|
|
{
|
2019-01-11 08:06:34 -05:00
|
|
|
"name": "vanilla",
|
|
|
|
"type": "file",
|
|
|
|
"content": "vanilla",
|
|
|
|
"target": "vanilla.txt"
|
2015-06-27 03:47:50 -04:00
|
|
|
},
|
|
|
|
{
|
2019-01-11 08:06:34 -05:00
|
|
|
"name": "cherry",
|
|
|
|
"type": "file",
|
|
|
|
"content": "cherry",
|
|
|
|
"target": "cherry.txt"
|
2015-06-27 03:47:50 -04:00
|
|
|
}
|
2019-01-10 05:37:41 -05:00
|
|
|
],
|
|
|
|
"post-processors": [
|
2019-01-11 08:06:34 -05:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "apple",
|
|
|
|
"type": "shell-local",
|
2019-04-04 16:22:07 -04:00
|
|
|
"inline": [ "echo apple > apple.txt" ]
|
2019-01-11 08:06:34 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "peach",
|
|
|
|
"type": "shell-local",
|
2019-04-04 16:22:07 -04:00
|
|
|
"inline": [ "echo peach > peach.txt" ]
|
2019-01-11 08:06:34 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "pear",
|
|
|
|
"type": "shell-local",
|
2019-04-04 16:22:07 -04:00
|
|
|
"inline": [ "echo pear > pear.txt" ]
|
2020-06-09 11:35:53 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "banana",
|
|
|
|
"type": "shell-local",
|
|
|
|
"inline": [ "echo pear > banana.txt" ]
|
2019-01-11 08:06:34 -05:00
|
|
|
}
|
2019-02-01 09:17:09 -05:00
|
|
|
],
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"only": [
|
|
|
|
"vanilla"
|
|
|
|
],
|
|
|
|
"name": "tomato",
|
|
|
|
"type": "shell-local",
|
2019-04-04 16:22:07 -04:00
|
|
|
"inline": [ "echo tomato > tomato.txt" ]
|
2019-02-01 09:17:09 -05:00
|
|
|
}
|
2019-02-20 05:03:17 -05:00
|
|
|
],
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"only": [
|
|
|
|
"chocolate"
|
|
|
|
],
|
|
|
|
"type": "shell-local",
|
2019-04-04 16:22:07 -04:00
|
|
|
"inline": [ "echo unnamed > unnamed.txt" ]
|
2019-02-20 05:03:17 -05:00
|
|
|
}
|
2019-01-11 08:06:34 -05:00
|
|
|
]
|
2015-06-27 03:47:50 -04:00
|
|
|
]
|
2019-01-11 08:06:34 -05:00
|
|
|
}
|