| 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]", |
| 7 "name": "Dont subannotate me" | 8 "name": "Dont subannotate me" |
| 8 }, | 9 }, |
| 9 { | 10 { |
| 10 "allow_subannotations": true, | 11 "allow_subannotations": true, |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "echo", | 13 "echo", |
| 13 "@@@BUILD_STEP@pippy@@@" | 14 "@@@BUILD_STEP@pippy@@@" |
| 14 ], | 15 ], |
| 16 "cwd": "[SLAVE_BUILD]", |
| 15 "name": "Subannotate me" | 17 "name": "Subannotate me" |
| 16 }, | 18 }, |
| 17 { | 19 { |
| 18 "name": "$result", | 20 "name": "$result", |
| 19 "recipe_result": null, | 21 "recipe_result": null, |
| 20 "status_code": 0 | 22 "status_code": 0 |
| 21 } | 23 } |
| 22 ] | 24 ] |
| OLD | NEW |