| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "cleanup_temp" | 9 "name": "cleanup_temp" |
| 10 }, | 10 }, |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 "[SLAVE_BUILD]\\src\\out\\Release.1", | 330 "[SLAVE_BUILD]\\src\\out\\Release.1", |
| 331 "--second-build-dir", | 331 "--second-build-dir", |
| 332 "[SLAVE_BUILD]\\src\\out\\Release.2", | 332 "[SLAVE_BUILD]\\src\\out\\Release.2", |
| 333 "--target-platform", | 333 "--target-platform", |
| 334 "win" | 334 "win" |
| 335 ], | 335 ], |
| 336 "cwd": "[SLAVE_BUILD]", | 336 "cwd": "[SLAVE_BUILD]", |
| 337 "name": "compare_build_artifacts" | 337 "name": "compare_build_artifacts" |
| 338 } | 338 } |
| 339 ] | 339 ] |
| OLD | NEW |