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