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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 ], | 93 ], |
94 "cwd": "[SLAVE_BUILD]", | 94 "cwd": "[SLAVE_BUILD]", |
95 "name": "application" | 95 "name": "application" |
96 }, | 96 }, |
97 { | 97 { |
98 "name": "$final_result", | 98 "name": "$final_result", |
99 "reason": "Warning, robots approaching!", | 99 "reason": "Warning, robots approaching!", |
100 "status_code": 1 | 100 "status_code": 1 |
101 } | 101 } |
102 ] | 102 ] |
OLD | NEW |