| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 "cmd": [ | 54 "cmd": [ |
| 55 "echo", | 55 "echo", |
| 56 "goodbye" | 56 "goodbye" |
| 57 ], | 57 ], |
| 58 "cwd": "[SLAVE_BUILD]", | 58 "cwd": "[SLAVE_BUILD]", |
| 59 "name": "goodbye (2)" | 59 "name": "goodbye (2)" |
| 60 }, | 60 }, |
| 61 { | 61 { |
| 62 "cmd": [ | 62 "cmd": [ |
| 63 "echo", | 63 "echo", |
| 64 "warning" |
| 65 ], |
| 66 "cwd": "[SLAVE_BUILD]", |
| 67 "name": "warning" |
| 68 }, |
| 69 { |
| 70 "cmd": [ |
| 71 "echo", |
| 64 "testa" | 72 "testa" |
| 65 ], | 73 ], |
| 66 "cwd": "[SLAVE_BUILD]", | 74 "cwd": "[SLAVE_BUILD]", |
| 67 "name": "testa", | 75 "name": "testa", |
| 68 "~followup_annotations": [ | 76 "~followup_annotations": [ |
| 69 "step returned non-zero exit code: 1", | 77 "step returned non-zero exit code: 1", |
| 70 "@@@STEP_FAILURE@@@" | 78 "@@@STEP_FAILURE@@@" |
| 71 ] | 79 ] |
| 72 }, | 80 }, |
| 73 { | 81 { |
| 74 "cmd": [ | 82 "cmd": [ |
| 75 "echo", | 83 "echo", |
| 76 "testb" | 84 "testb" |
| 77 ], | 85 ], |
| 78 "cwd": "[SLAVE_BUILD]", | 86 "cwd": "[SLAVE_BUILD]", |
| 79 "name": "testb" | 87 "name": "testb" |
| 80 }, | 88 }, |
| 81 { | 89 { |
| 82 "name": "$final_result", | 90 "name": "$final_result", |
| 83 "reason": "You can catch step failures.", | 91 "reason": "You can catch step failures.", |
| 84 "status_code": 1 | 92 "status_code": 1 |
| 85 } | 93 } |
| 86 ] | 94 ] |
| OLD | NEW |