-
Bug
-
Resolution: Not A Defect
-
Major
-
None
-
Jenkins ver. 2.138.2
When creating a build using the Unity3D plugin and passing the -logfile argument, the log file is not being created in the desired location (or at all as far as I am able to tell). The exact command being passed is the following (minus company specific information) -batchmode -quit -logFile C:\Builds\$ProjectName\build.log -projectPath C:\Workspace\$ProjectName -executeMethod BuildScript.BuildAll
When running this command all other build steps work successfully game builds and is playable, but the log file is non-existent. If I take that args list and run it directly from the windows cmd prompt and execute a build that way, the build.log file is in it's expected location.