| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 "step returned non-zero exit code: 1", | 58 "step returned non-zero exit code: 1", |
| 59 "@@@STEP_FAILURE@@@" | 59 "@@@STEP_FAILURE@@@" |
| 60 ] | 60 ] |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 "name": "$final_result", | 63 "name": "$final_result", |
| 64 "reason": "Uncaught Exception: ValueError('goodbye must exit 0!',)", | 64 "reason": "Uncaught Exception: ValueError('goodbye must exit 0!',)", |
| 65 "status_code": -1 | 65 "status_code": -1 |
| 66 } | 66 } |
| 67 ] | 67 ] |
| OLD | NEW |