This package caused our jenkins batch build process to fail (Unity 2022.2.16f1)
-quit -batchmode -buildWindows64Player "${WORKSPACE}\AutoBuild\Active\Game.exe" -logFile - | findstr "^"
The unity batch build completes (everything wraps up) but then hangs and causes a return error code.
Timeout after 300 seconds while waiting async operations to finish. executeMethod ''
Aborting batchmode due to failure:
Timeout after 300 seconds while waiting async operations to finish. executeMethod ''
Exiting without the bug reporter. Application will terminate with return code 1
Confirmed by removing the package and build succeeds again.
This package caused our jenkins batch build process to fail (Unity 2022.2.16f1)
-quit -batchmode -buildWindows64Player "${WORKSPACE}\AutoBuild\Active\Game.exe" -logFile - | findstr "^"The unity batch build completes (everything wraps up) but then hangs and causes a return error code.
Confirmed by removing the package and build succeeds again.