| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "echo", | 4 "echo", |
| 5 "@@@BUILD_STEP@steppy@@@" | 5 "@@@BUILD_STEP@steppy@@@" |
| 6 ], | 6 ], |
| 7 "cwd": "[SLAVE_BUILD]", | |
| 8 "name": "Dont subannotate me" | 7 "name": "Dont subannotate me" |
| 9 }, | 8 }, |
| 10 { | 9 { |
| 11 "allow_subannotations": true, | 10 "allow_subannotations": true, |
| 12 "cmd": [ | 11 "cmd": [ |
| 13 "echo", | 12 "echo", |
| 14 "@@@BUILD_STEP@pippy@@@" | 13 "@@@BUILD_STEP@pippy@@@" |
| 15 ], | 14 ], |
| 16 "cwd": "[SLAVE_BUILD]", | |
| 17 "name": "Subannotate me" | 15 "name": "Subannotate me" |
| 18 }, | 16 }, |
| 19 { | 17 { |
| 20 "name": "$result", | 18 "name": "$result", |
| 21 "recipe_result": null, | 19 "recipe_result": null, |
| 22 "status_code": 0 | 20 "status_code": 0 |
| 23 } | 21 } |
| 24 ] | 22 ] |
| OLD | NEW |