-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins 1.607
Unity3d plugin 0.6
Unity 5.0.1f1
Slave : OSX 10.10.2 (14C1514) (Yosemite)
Build does not stop when Unity has successfully done its job.
I have two Unity3d build steps with the following options:
- -batchmode -projectPath "${WORKSPACE}" -executeMethod Some.Really.Nice.Method.Preparing.The.Build -logFile "${WORKSPACE}/Settings-Log.txt" -quit
- -batchmode -projectPath "${WORKSPACE}" -executeMethod Some.Really.Nice.Method.Building.A.Game -logFile "Build-Log.txt" -quit
Everything works fine but when the second job is over (success!) the Jenkins job does not stop and continue forever.