OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "echo", | 4 "echo", |
5 "Hello World" | 5 "Hello World" |
6 ], | 6 ], |
7 "name": "hello" | 7 "name": "hello" |
8 }, | 8 }, |
9 { | 9 { |
10 "cmd": [ | 10 "cmd": [ |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 ], | 49 ], |
50 "name": "hello (3)", | 50 "name": "hello (3)", |
51 "~followup_annotations": [ | 51 "~followup_annotations": [ |
52 "@@@STEP_LOG_LINE@the reason@The reason@@@", | 52 "@@@STEP_LOG_LINE@the reason@The reason@@@", |
53 "@@@STEP_LOG_LINE@the reason@it failed@@@", | 53 "@@@STEP_LOG_LINE@the reason@it failed@@@", |
54 "@@@STEP_LOG_END@the reason@@@", | 54 "@@@STEP_LOG_END@the reason@@@", |
55 "@@@STEP_EXCEPTION@@@" | 55 "@@@STEP_EXCEPTION@@@" |
56 ] | 56 ] |
57 }, | 57 }, |
58 { | 58 { |
| 59 "cmd": [], |
59 "name": "Just print stuff", | 60 "name": "Just print stuff", |
60 "~followup_annotations": [ | 61 "~followup_annotations": [ |
61 "@@@STEP_LOG_LINE@more@More stuff@@@", | 62 "@@@STEP_LOG_LINE@more@More stuff@@@", |
62 "@@@STEP_LOG_END@more@@@" | 63 "@@@STEP_LOG_END@more@@@" |
63 ] | 64 ] |
64 }, | 65 }, |
65 { | 66 { |
66 "cmd": [ | 67 "cmd": [ |
67 "echo", | 68 "echo", |
68 "goodbye" | 69 "goodbye" |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 "nothing" | 119 "nothing" |
119 ], | 120 ], |
120 "name": "no-op" | 121 "name": "no-op" |
121 }, | 122 }, |
122 { | 123 { |
123 "name": "$result", | 124 "name": "$result", |
124 "reason": "Invalid Step Data Access: StepDataAttributeError('The recipe atte
mpted to access missing step data \"json\" for step \"no-op\". Please examine th
at step for errors.',)", | 125 "reason": "Invalid Step Data Access: StepDataAttributeError('The recipe atte
mpted to access missing step data \"json\" for step \"no-op\". Please examine th
at step for errors.',)", |
125 "status_code": -1 | 126 "status_code": -1 |
126 } | 127 } |
127 ] | 128 ] |
OLD | NEW |