OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "echo", | 4 "echo", |
5 "testa" | 5 "testa" |
6 ], | 6 ], |
7 "cwd": "[SLAVE_BUILD]", | |
8 "name": "testa", | 7 "name": "testa", |
9 "~followup_annotations": [ | 8 "~followup_annotations": [ |
10 "step returned non-zero exit code: 1", | 9 "step returned non-zero exit code: 1", |
11 "@@@STEP_FAILURE@@@" | 10 "@@@STEP_FAILURE@@@" |
12 ] | 11 ] |
13 }, | 12 }, |
14 { | 13 { |
15 "cmd": [ | 14 "cmd": [ |
16 "echo", | 15 "echo", |
17 "testb" | 16 "testb" |
18 ], | 17 ], |
19 "cwd": "[SLAVE_BUILD]", | |
20 "name": "testb" | 18 "name": "testb" |
21 }, | 19 }, |
22 { | 20 { |
23 "name": "$result", | 21 "name": "$result", |
24 "reason": "1 out of 2 aggregated steps failed. Failures: Step('testa') faile
d with return_code 1", | 22 "reason": "1 out of 2 aggregated steps failed. Failures: Step('testa') faile
d with return_code 1", |
25 "status_code": 1 | 23 "status_code": 1 |
26 } | 24 } |
27 ] | 25 ] |
OLD | NEW |