OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "echo", | 4 "echo", |
5 "billy" | 5 "billy" |
6 ], | 6 ], |
| 7 "cwd": "[SLAVE_BUILD]", |
7 "env": { | 8 "env": { |
8 "climate": "rainy", | 9 "climate": "rainy", |
9 "mood": "excellent" | 10 "mood": "excellent" |
10 }, | 11 }, |
11 "name": "grandparent.mom.child" | 12 "name": "grandparent.mom.child" |
12 }, | 13 }, |
13 { | 14 { |
14 "cmd": [ | 15 "cmd": [ |
15 "echo", | 16 "echo", |
16 "sam" | 17 "sam" |
17 ], | 18 ], |
| 19 "cwd": "[SLAVE_BUILD]", |
18 "env": { | 20 "env": { |
19 "climate": "cloudy", | 21 "climate": "cloudy", |
20 "mood": "excellent" | 22 "mood": "excellent" |
21 }, | 23 }, |
22 "name": "grandparent.dad.child" | 24 "name": "grandparent.dad.child" |
23 }, | 25 }, |
24 { | 26 { |
25 "cmd": [ | 27 "cmd": [ |
26 "echo", | 28 "echo", |
27 "testb" | 29 "testb" |
28 ], | 30 ], |
| 31 "cwd": "[SLAVE_BUILD]", |
29 "env": { | 32 "env": { |
30 "climate": "sunny", | 33 "climate": "sunny", |
31 "mood": "excellent" | 34 "mood": "excellent" |
32 }, | 35 }, |
33 "name": "grandparent.aunt" | 36 "name": "grandparent.aunt" |
34 }, | 37 }, |
35 { | 38 { |
36 "name": "$result", | 39 "name": "$result", |
37 "recipe_result": null, | 40 "recipe_result": null, |
38 "status_code": 0 | 41 "status_code": 0 |
39 } | 42 } |
40 ] | 43 ] |
OLD | NEW |