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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 ], | 103 ], |
104 "cwd": "[SLAVE_BUILD]", | 104 "cwd": "[SLAVE_BUILD]", |
105 "name": "no-op" | 105 "name": "no-op" |
106 }, | 106 }, |
107 { | 107 { |
108 "name": "$final_result", | 108 "name": "$final_result", |
109 "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.',)", | 109 "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.',)", |
110 "status_code": -1 | 110 "status_code": -1 |
111 } | 111 } |
112 ] | 112 ] |
OLD | NEW |