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