Python scripts for build in CI UE4 projects
It's simple python scripts for building UE4 projects with CI as Jenkins.
-projectPath=* Absolute Path to project*
-projectName= Yeah, it's project name (projectName.uproject)
-buildPath= Absolute path to builds
-configuration = DebugGame , Development, Shipping
-platform= Win64, Android
Example from Jenkins: call C:\Python\Python38\python.exe D:\UE4_PyCI\FullBuild.py -projectName="Interaction" -projectPath="%WORKSPACE%" -buildPath="%WORKSPACE%\Builds" -platform="Android" -configuration=Development
Build and Enjoy!