| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "echo", | 4 "echo", |
| 5 "Hello World" | 5 "Hello World" |
| 6 ], | 6 ], |
| 7 "cwd": "[SLAVE_BUILD]", | 7 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "hello" | 8 "name": "hello" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 ], | 74 ], |
| 75 "cwd": "[SLAVE_BUILD]", | 75 "cwd": "[SLAVE_BUILD]", |
| 76 "name": "testb" | 76 "name": "testb" |
| 77 }, | 77 }, |
| 78 { | 78 { |
| 79 "name": "$final_result", | 79 "name": "$final_result", |
| 80 "reason": "You can catch step failures.", | 80 "reason": "You can catch step failures.", |
| 81 "status_code": 1 | 81 "status_code": 1 |
| 82 } | 82 } |
| 83 ] | 83 ] |
| OLD | NEW |