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